Html Css Color HEX #20B2AC Light Sea Green

📋 copy color: '#20B2AC'

red 32 ◦ green 178 ◦ blue 172

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

Shades of Light Sea Green #20B2AC

Tints of Light Sea Green #20B2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.6%

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 8.38%
G = 46.6%
B = 45.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#20B2AC (or 0x20B2AC) is known color: Light Sea Green. HEX triplet: 20, B2 and AC. RGB value is (32,178,172). Sum of RGB (Red+Green+Blue) = 32+178+172=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #20B2AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20B2AC is #DF4D53. Grayscale: #858585. Windows color (decimal): -14634324 or 11317792. OLE color: 11317792.

HSL color Cylindrical-coordinate representation of color #20B2AC: hue angle of 177.53º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B2AC is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 178 172 -
CMYK 0.82 0 0.03 0.30
HSL 177.53º 0.7% 0.41% -
HSV(B) 177.53º 0.82% 0.7% -
XYZ 23.96 35.13 44.55 -
YUV 133.66 149.63 55.49 -
System Red Green Blue C M Y K H S L
Decimal 32 178 172 0.82 0 0.03 0.30 177.53 0.7 0.41
Hex 20 B2 AC 52 0 3 1E B2 46 29
Octal 40 262 254 122 0 3 36 262 106 51
Binary 100000 10110010 10101100 1010010 0 11 11110 10110010 1000110 101001

Color Harmonies of #20B2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B2AC

Black with #20B2AC

Text Example


Text Example

White with #20B2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,178,172); }

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

background-color css

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

 a { background-color: rgb(32,178,172); }

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

border-color css

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

 span { border-color: rgb(32,178,172); }

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