Html Css Color HEX #20CDB0 Light Sea Green

📋 copy color: '#20CDB0'

red 32 ◦ green 205 ◦ blue 176

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

Shades of Light Sea Green #20CDB0

Tints of Light Sea Green #20CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.64%

 BLUE value IS 176 (69.14% from 255) = 42.62%

R = 7.75%
G = 49.64%
B = 42.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#20CDB0 (or 0x20CDB0) is known color: Light Sea Green. HEX triplet: 20, CD and B0. RGB value is (32,205,176). Sum of RGB (Red+Green+Blue) = 32+205+176=413 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.75% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CDB0 is #DF324F. Grayscale: #959595. Windows color (decimal): -14627408 or 11586848. OLE color: 11586848.

HSL color Cylindrical-coordinate representation of color #20CDB0: hue angle of 169.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CDB0 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 176 -
CMYK 0.84 0 0.14 0.20
HSL 169.94º 0.73% 0.46% -
HSV(B) 169.94º 0.84% 0.8% -
XYZ 30.26 47.1 48.57 -
YUV 149.97 142.69 43.86 -
System Red Green Blue C M Y K H S L
Decimal 32 205 176 0.84 0 0.14 0.20 169.94 0.73 0.46
Hex 20 CD B0 54 0 E 14 AA 49 2E
Octal 40 315 260 124 0 16 24 252 111 56
Binary 100000 11001101 10110000 1010100 0 1110 10100 10101010 1001001 101110

Color Harmonies of #20CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDB0

Black with #20CDB0

Text Example


Text Example

White with #20CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,205,176); }

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

background-color css

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

 a { background-color: rgb(32,205,176); }

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

border-color css

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

 span { border-color: rgb(32,205,176); }

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