Html Css Color HEX #20ADB2 Light Sea Green

📋 copy color: '#20ADB2'

red 32 ◦ green 173 ◦ blue 178

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

Shades of Light Sea Green #20ADB2

Tints of Light Sea Green #20ADB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.48%

R = 8.36%
G = 45.17%
B = 46.48%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#20ADB2 (or 0x20ADB2) is known color: Light Sea Green. HEX triplet: 20, AD and B2. RGB value is (32,173,178). Sum of RGB (Red+Green+Blue) = 32+173+178=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #20ADB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ADB2 is #DF524D. Grayscale: #838383. Windows color (decimal): -14635598 or 11709728. OLE color: 11709728.

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

Color convert

RGB 32 173 178 -
CMYK 0.82 0.03 0 0.30
HSL 182.05º 0.7% 0.41% -
HSV(B) 182.05º 0.82% 0.7% -
XYZ 23.58 33.41 47.33 -
YUV 131.41 154.29 57.09 -
System Red Green Blue C M Y K H S L
Decimal 32 173 178 0.82 0.03 0 0.30 182.05 0.7 0.41
Hex 20 AD B2 52 3 0 1E B6 46 29
Octal 40 255 262 122 3 0 36 266 106 51
Binary 100000 10101101 10110010 1010010 11 0 11110 10110110 1000110 101001

Color Harmonies of #20ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ADB2

Black with #20ADB2

Text Example


Text Example

White with #20ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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