Html Css Color HEX #20CDAD Light Sea Green

📋 copy color: '#20CDAD'

red 32 ◦ green 205 ◦ blue 173

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

Shades of Light Sea Green #20CDAD

Tints of Light Sea Green #20CDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 7.8%
G = 50%
B = 42.2%

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

#20CDAD (or 0x20CDAD) is known color: Light Sea Green. HEX triplet: 20, CD and AD. RGB value is (32,205,173). Sum of RGB (Red+Green+Blue) = 32+205+173=410 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.80% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CDAD is #DF3252. Grayscale: #959595. Windows color (decimal): -14627411 or 11390240. OLE color: 11390240.

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

Color convert

RGB 32 205 173 -
CMYK 0.84 0 0.16 0.20
HSL 168.9º 0.73% 0.46% -
HSV(B) 168.9º 0.84% 0.8% -
XYZ 29.97 46.99 47.02 -
YUV 149.63 141.19 44.1 -
System Red Green Blue C M Y K H S L
Decimal 32 205 173 0.84 0 0.16 0.20 168.9 0.73 0.46
Hex 20 CD AD 54 0 10 14 A9 49 2E
Octal 40 315 255 124 0 20 24 251 111 56
Binary 100000 11001101 10101101 1010100 0 10000 10100 10101001 1001001 101110

Color Harmonies of #20CDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDAD

Black with #20CDAD

Text Example


Text Example

White with #20CDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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