Html Css Color HEX #20BCAE Light Sea Green

📋 copy color: '#20BCAE'

red 32 ◦ green 188 ◦ blue 174

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

Shades of Light Sea Green #20BCAE

Tints of Light Sea Green #20BCAE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.72%

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 8.12%
G = 47.72%
B = 44.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#20BCAE (or 0x20BCAE) is known color: Light Sea Green. HEX triplet: 20, BC and AE. RGB value is (32,188,174). Sum of RGB (Red+Green+Blue) = 32+188+174=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #20BCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BCAE is #DF4351. Grayscale: #8B8B8B. Windows color (decimal): -14631762 or 11451424. OLE color: 11451424.

HSL color Cylindrical-coordinate representation of color #20BCAE: hue angle of 174.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BCAE is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 188 174 -
CMYK 0.83 0 0.07 0.26
HSL 174.62º 0.71% 0.43% -
HSV(B) 174.62º 0.83% 0.74% -
XYZ 26.22 39.33 46.25 -
YUV 139.76 147.32 51.14 -
System Red Green Blue C M Y K H S L
Decimal 32 188 174 0.83 0 0.07 0.26 174.62 0.71 0.43
Hex 20 BC AE 53 0 7 1A AF 47 2B
Octal 40 274 256 123 0 7 32 257 107 53
Binary 100000 10111100 10101110 1010011 0 111 11010 10101111 1000111 101011

Color Harmonies of #20BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BCAE

Black with #20BCAE

Text Example


Text Example

White with #20BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,188,174); }

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

background-color css

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

 a { background-color: rgb(32,188,174); }

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

border-color css

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

 span { border-color: rgb(32,188,174); }

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