Html Css Color HEX #20BD9C Light Sea Green

📋 copy color: '#20BD9C'

red 32 ◦ green 189 ◦ blue 156

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

Shades of Light Sea Green #20BD9C

Tints of Light Sea Green #20BD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 8.49%
G = 50.13%
B = 41.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#20BD9C (or 0x20BD9C) is known color: Light Sea Green. HEX triplet: 20, BD and 9C. RGB value is (32,189,156). Sum of RGB (Red+Green+Blue) = 32+189+156=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BD9C is #DF4263. Grayscale: #8A8A8A. Windows color (decimal): -14631524 or 10272032. OLE color: 10272032.

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

Color convert

RGB 32 189 156 -
CMYK 0.83 0 0.17 0.26
HSL 167.39º 0.71% 0.43% -
HSV(B) 167.39º 0.83% 0.74% -
XYZ 24.79 39.1 37.69 -
YUV 138.3 137.99 52.18 -
System Red Green Blue C M Y K H S L
Decimal 32 189 156 0.83 0 0.17 0.26 167.39 0.71 0.43
Hex 20 BD 9C 53 0 11 1A A7 47 2B
Octal 40 275 234 123 0 21 32 247 107 53
Binary 100000 10111101 10011100 1010011 0 10001 11010 10100111 1000111 101011

Color Harmonies of #20BD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BD9C

Black with #20BD9C

Text Example


Text Example

White with #20BD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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