Html Css Color HEX #20ADAB Light Sea Green

📋 copy color: '#20ADAB'

red 32 ◦ green 173 ◦ blue 171

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

Shades of Light Sea Green #20ADAB

Tints of Light Sea Green #20ADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.01%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 8.51%
G = 46.01%
B = 45.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#20ADAB (or 0x20ADAB) is known color: Light Sea Green. HEX triplet: 20, AD and AB. RGB value is (32,173,171). Sum of RGB (Red+Green+Blue) = 32+173+171=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #20ADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ADAB is #DF5254. Grayscale: #828282. Windows color (decimal): -14635605 or 11250976. OLE color: 11250976.

HSL color Cylindrical-coordinate representation of color #20ADAB: hue angle of 179.15º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20ADAB is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 173 171 -
CMYK 0.82 0 0.01 0.32
HSL 179.15º 0.69% 0.4% -
HSV(B) 179.15º 0.82% 0.68% -
XYZ 22.89 33.13 43.72 -
YUV 130.61 150.79 57.66 -
System Red Green Blue C M Y K H S L
Decimal 32 173 171 0.82 0 0.01 0.32 179.15 0.69 0.4
Hex 20 AD AB 52 0 1 20 B3 45 28
Octal 40 255 253 122 0 1 40 263 105 50
Binary 100000 10101101 10101011 1010010 0 1 100000 10110011 1000101 101000

Color Harmonies of #20ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ADAB

Black with #20ADAB

Text Example


Text Example

White with #20ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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