Html Css Color HEX #20CBAD Light Sea Green

📋 copy color: '#20CBAD'

red 32 ◦ green 203 ◦ blue 173

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

Shades of Light Sea Green #20CBAD

Tints of Light Sea Green #20CBAD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.75%

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

R = 7.84%
G = 49.75%
B = 42.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#20CBAD (or 0x20CBAD) is known color: Light Sea Green. HEX triplet: 20, CB and AD. RGB value is (32,203,173). Sum of RGB (Red+Green+Blue) = 32+203+173=408 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.84% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CBAD is #DF3452. Grayscale: #949494. Windows color (decimal): -14627923 or 11389728. OLE color: 11389728.

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

Color convert

RGB 32 203 173 -
CMYK 0.84 0 0.15 0.20
HSL 169.47º 0.73% 0.46% -
HSV(B) 169.47º 0.84% 0.8% -
XYZ 29.49 46.04 46.87 -
YUV 148.45 141.85 44.94 -
System Red Green Blue C M Y K H S L
Decimal 32 203 173 0.84 0 0.15 0.20 169.47 0.73 0.46
Hex 20 CB AD 54 0 F 14 A9 49 2E
Octal 40 313 255 124 0 17 24 251 111 56
Binary 100000 11001011 10101101 1010100 0 1111 10100 10101001 1001001 101110

Color Harmonies of #20CBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CBAD

Black with #20CBAD

Text Example


Text Example

White with #20CBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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