Html Css Color HEX #20CEB6 Light Sea Green

📋 copy color: '#20CEB6'

red 32 ◦ green 206 ◦ blue 182

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

Shades of Light Sea Green #20CEB6

Tints of Light Sea Green #20CEB6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.05%

 BLUE value IS 182 (71.48% from 255) = 43.33%

R = 7.62%
G = 49.05%
B = 43.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#20CEB6 (or 0x20CEB6) is known color: Light Sea Green. HEX triplet: 20, CE and B6. RGB value is (32,206,182). Sum of RGB (Red+Green+Blue) = 32+206+182=420 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.62% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #20CEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CEB6 is #DF3149. Grayscale: #979797. Windows color (decimal): -14627146 or 11980320. OLE color: 11980320.

HSL color Cylindrical-coordinate representation of color #20CEB6: hue angle of 171.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CEB6 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 206 182 -
CMYK 0.84 0 0.12 0.19
HSL 171.72º 0.73% 0.47% -
HSV(B) 171.72º 0.84% 0.81% -
XYZ 31.11 47.83 51.85 -
YUV 151.24 145.35 42.95 -
System Red Green Blue C M Y K H S L
Decimal 32 206 182 0.84 0 0.12 0.19 171.72 0.73 0.47
Hex 20 CE B6 54 0 C 13 AC 49 2F
Octal 40 316 266 124 0 14 23 254 111 57
Binary 100000 11001110 10110110 1010100 0 1100 10011 10101100 1001001 101111

Color Harmonies of #20CEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CEB6

Black with #20CEB6

Text Example


Text Example

White with #20CEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,206,182); }

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

background-color css

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

 a { background-color: rgb(32,206,182); }

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

border-color css

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

 span { border-color: rgb(32,206,182); }

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