Html Css Color HEX #20CDAC Light Sea Green

📋 copy color: '#20CDAC'

red 32 ◦ green 205 ◦ blue 172

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

Shades of Light Sea Green #20CDAC

Tints of Light Sea Green #20CDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 7.82%
G = 50.12%
B = 42.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#20CDAC (or 0x20CDAC) is known color: Light Sea Green. HEX triplet: 20, CD and AC. RGB value is (32,205,172). Sum of RGB (Red+Green+Blue) = 32+205+172=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CDAC is #DF3253. Grayscale: #959595. Windows color (decimal): -14627412 or 11324704. OLE color: 11324704.

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

Color convert

RGB 32 205 172 -
CMYK 0.84 0 0.16 0.20
HSL 168.55º 0.73% 0.46% -
HSV(B) 168.55º 0.84% 0.8% -
XYZ 29.87 46.95 46.52 -
YUV 149.51 140.69 44.18 -
System Red Green Blue C M Y K H S L
Decimal 32 205 172 0.84 0 0.16 0.20 168.55 0.73 0.46
Hex 20 CD AC 54 0 10 14 A9 49 2E
Octal 40 315 254 124 0 20 24 251 111 56
Binary 100000 11001101 10101100 1010100 0 10000 10100 10101001 1001001 101110

Color Harmonies of #20CDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDAC

Black with #20CDAC

Text Example


Text Example

White with #20CDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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