Html Css Color HEX #20CCBD Light Sea Green

📋 copy color: '#20CCBD'

red 32 ◦ green 204 ◦ blue 189

#20CCBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #20CCBD

Tints of Light Sea Green #20CCBD

RGB

 RED value IS 32 (12.89% from 255) = 7.53%

 GREEN value IS 204 (80.08% from 255) = 48%

 BLUE value IS 189 (74.22% from 255) = 44.47%

R = 7.53%
G = 48%
B = 44.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#20CCBD (or 0x20CCBD) is known color: Light Sea Green. HEX triplet: 20, CC and BD. RGB value is (32,204,189). Sum of RGB (Red+Green+Blue) = 32+204+189=425 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.53% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCBD is #DF3342. Grayscale: #969696. Windows color (decimal): -14627651 or 12438560. OLE color: 12438560.

HSL color Cylindrical-coordinate representation of color #20CCBD: hue angle of 174.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CCBD is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 204 189 -
CMYK 0.84 0 0.07 0.2
HSL 174.77º 0.73% 0.46% -
HSV(B) 174.77º 0.84% 0.8% -
XYZ 31.37 47.17 55.59 -
YUV 150.86 149.52 43.22 -
System Red Green Blue C M Y K H S L
Decimal 32 204 189 0.84 0 0.07 0.2 174.77 0.73 0.46
Hex 20 CC BD 54 0 7 14 AF 49 2E
Octal 40 314 275 124 0 7 24 257 111 56
Binary 100000 11001100 10111101 1010100 0 111 10100 10101111 1001001 101110

Color Harmonies of #20CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCBD

Black with #20CCBD

Text Example


Text Example

White with #20CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20CCBD; }

 p { color: rgb(32,204,189); }

 H1.HeaderClassName
 {
   color: #20CCBD;
 }
 .AnyTagClassName
 {
   color: #20CCBD;
 }
</style>

background-color css

<style>
 a { background-color: #20CCBD; }

 a { background-color: rgb(32,204,189); }

 div.DivClassName
 {
   background-color: #20CCBD;
 }
 .BgClassName
 {
   background-color: #20CCBD;
 }
</style>

border-color css

<style>
 span { border-color: #20CCBD; }

 span { border-color: rgb(32,204,189); }

 td.TdClassName
 {
   border-color: #20CCBD;
 }
 .TagClassName
 {
   border-color: #20CCBD;
 }
</style>