Html Css Color HEX #20ADAF Light Sea Green

📋 copy color: '#20ADAF'

red 32 ◦ green 173 ◦ blue 175

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

Shades of Light Sea Green #20ADAF

Tints of Light Sea Green #20ADAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 8.42%
G = 45.53%
B = 46.05%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#20ADAF (or 0x20ADAF) is known color: Light Sea Green. HEX triplet: 20, AD and AF. RGB value is (32,173,175). Sum of RGB (Red+Green+Blue) = 32+173+175=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #20ADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ADAF is #DF5250. Grayscale: #828282. Windows color (decimal): -14635601 or 11513120. OLE color: 11513120.

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

Color convert

RGB 32 173 175 -
CMYK 0.82 0.01 0 0.31
HSL 180.84º 0.69% 0.41% -
HSV(B) 180.84º 0.82% 0.69% -
XYZ 23.28 33.29 45.76 -
YUV 131.07 152.79 57.34 -
System Red Green Blue C M Y K H S L
Decimal 32 173 175 0.82 0.01 0 0.31 180.84 0.69 0.41
Hex 20 AD AF 52 1 0 1F B5 45 29
Octal 40 255 257 122 1 0 37 265 105 51
Binary 100000 10101101 10101111 1010010 1 0 11111 10110101 1000101 101001

Color Harmonies of #20ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ADAF

Black with #20ADAF

Text Example


Text Example

White with #20ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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