Html Css Color HEX #20CDB4 Light Sea Green

📋 copy color: '#20CDB4'

red 32 ◦ green 205 ◦ blue 180

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

Shades of Light Sea Green #20CDB4

Tints of Light Sea Green #20CDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.17%

R = 7.67%
G = 49.16%
B = 43.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#20CDB4 (or 0x20CDB4) is known color: Light Sea Green. HEX triplet: 20, CD and B4. RGB value is (32,205,180). Sum of RGB (Red+Green+Blue) = 32+205+180=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDB4 is #DF324B. Grayscale: #969696. Windows color (decimal): -14627404 or 11848992. OLE color: 11848992.

HSL color Cylindrical-coordinate representation of color #20CDB4: hue angle of 171.33º 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 #20CDB4 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 180 -
CMYK 0.84 0 0.12 0.20
HSL 171.33º 0.73% 0.46% -
HSV(B) 171.33º 0.84% 0.8% -
XYZ 30.67 47.27 50.69 -
YUV 150.42 144.69 43.53 -
System Red Green Blue C M Y K H S L
Decimal 32 205 180 0.84 0 0.12 0.20 171.33 0.73 0.46
Hex 20 CD B4 54 0 C 14 AB 49 2E
Octal 40 315 264 124 0 14 24 253 111 56
Binary 100000 11001101 10110100 1010100 0 1100 10100 10101011 1001001 101110

Color Harmonies of #20CDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDB4

Black with #20CDB4

Text Example


Text Example

White with #20CDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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