Html Css Color HEX #20BDB6 Light Sea Green

📋 copy color: '#20BDB6'

red 32 ◦ green 189 ◦ blue 182

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

Shades of Light Sea Green #20BDB6

Tints of Light Sea Green #20BDB6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.9%

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

R = 7.94%
G = 46.9%
B = 45.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#20BDB6 (or 0x20BDB6) is known color: Light Sea Green. HEX triplet: 20, BD and B6. RGB value is (32,189,182). Sum of RGB (Red+Green+Blue) = 32+189+182=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #20BDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDB6 is #DF4249. Grayscale: #8D8D8D. Windows color (decimal): -14631498 or 11975968. OLE color: 11975968.

HSL color Cylindrical-coordinate representation of color #20BDB6: hue angle of 177.32º 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 #20BDB6 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 189 182 -
CMYK 0.83 0 0.04 0.26
HSL 177.32º 0.71% 0.43% -
HSV(B) 177.32º 0.83% 0.74% -
XYZ 27.24 40.08 50.56 -
YUV 141.26 150.99 50.07 -
System Red Green Blue C M Y K H S L
Decimal 32 189 182 0.83 0 0.04 0.26 177.32 0.71 0.43
Hex 20 BD B6 53 0 4 1A B1 47 2B
Octal 40 275 266 123 0 4 32 261 107 53
Binary 100000 10111101 10110110 1010011 0 100 11010 10110001 1000111 101011

Color Harmonies of #20BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BDB6

Black with #20BDB6

Text Example


Text Example

White with #20BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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