Html Css Color HEX #20D2BC Light Sea Green

📋 copy color: '#20D2BC'

red 32 ◦ green 210 ◦ blue 188

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

Shades of Light Sea Green #20D2BC

Tints of Light Sea Green #20D2BC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.84%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 7.44%
G = 48.84%
B = 43.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#20D2BC (or 0x20D2BC) is known color: Light Sea Green. HEX triplet: 20, D2 and BC. RGB value is (32,210,188). Sum of RGB (Red+Green+Blue) = 32+210+188=430 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.44% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #20D2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D2BC is #DF2D43. Grayscale: #9A9A9A. Windows color (decimal): -14626116 or 12374560. OLE color: 12374560.

HSL color Cylindrical-coordinate representation of color #20D2BC: hue angle of 172.58º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D2BC is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 210 188 -
CMYK 0.85 0 0.10 0.18
HSL 172.58º 0.74% 0.47% -
HSV(B) 172.58º 0.85% 0.82% -
XYZ 32.72 50.03 55.51 -
YUV 154.27 147.03 40.79 -
System Red Green Blue C M Y K H S L
Decimal 32 210 188 0.85 0 0.10 0.18 172.58 0.74 0.47
Hex 20 D2 BC 55 0 A 12 AD 4A 2F
Octal 40 322 274 125 0 12 22 255 112 57
Binary 100000 11010010 10111100 1010101 0 1010 10010 10101101 1001010 101111

Color Harmonies of #20D2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D2BC

Black with #20D2BC

Text Example


Text Example

White with #20D2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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