Html Css Color HEX #20ADB7 Light Sea Green

📋 copy color: '#20ADB7'

red 32 ◦ green 173 ◦ blue 183

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

Shades of Light Sea Green #20ADB7

Tints of Light Sea Green #20ADB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.16%

R = 8.25%
G = 44.59%
B = 47.16%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#20ADB7 (or 0x20ADB7) is known color: Light Sea Green. HEX triplet: 20, AD and B7. RGB value is (32,173,183). Sum of RGB (Red+Green+Blue) = 32+173+183=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #20ADB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADB7 is #DF5248. Grayscale: #838383. Windows color (decimal): -14635593 or 12037408. OLE color: 12037408.

HSL color Cylindrical-coordinate representation of color #20ADB7: hue angle of 183.97º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20ADB7 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 32 173 183 -
CMYK 0.83 0.05 0 0.28
HSL 183.97º 0.7% 0.42% -
HSV(B) 183.97º 0.83% 0.72% -
XYZ 24.09 33.61 50.02 -
YUV 131.98 156.79 56.69 -
System Red Green Blue C M Y K H S L
Decimal 32 173 183 0.83 0.05 0 0.28 183.97 0.7 0.42
Hex 20 AD B7 53 5 0 1C B8 46 2A
Octal 40 255 267 123 5 0 34 270 106 52
Binary 100000 10101101 10110111 1010011 101 0 11100 10111000 1000110 101010

Color Harmonies of #20ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ADB7

Black with #20ADB7

Text Example


Text Example

White with #20ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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