Html Css Color HEX #20ABB2 Light Sea Green

📋 copy color: '#20ABB2'

red 32 ◦ green 171 ◦ blue 178

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

Shades of Light Sea Green #20ABB2

Tints of Light Sea Green #20ABB2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.88%

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

R = 8.4%
G = 44.88%
B = 46.72%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#20ABB2 (or 0x20ABB2) is known color: Light Sea Green. HEX triplet: 20, AB and B2. RGB value is (32,171,178). Sum of RGB (Red+Green+Blue) = 32+171+178=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 178 - color contains mainly: blue. Hex color #20ABB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ABB2 is #DF544D. Grayscale: #828282. Windows color (decimal): -14636110 or 11709216. OLE color: 11709216.

HSL color Cylindrical-coordinate representation of color #20ABB2: hue angle of 182.88º 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 #20ABB2 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 171 178 -
CMYK 0.82 0.04 0 0.30
HSL 182.88º 0.7% 0.41% -
HSV(B) 182.88º 0.82% 0.7% -
XYZ 23.19 32.65 47.2 -
YUV 130.24 154.95 57.93 -
System Red Green Blue C M Y K H S L
Decimal 32 171 178 0.82 0.04 0 0.30 182.88 0.7 0.41
Hex 20 AB B2 52 4 0 1E B7 46 29
Octal 40 253 262 122 4 0 36 267 106 51
Binary 100000 10101011 10110010 1010010 100 0 11110 10110111 1000110 101001

Color Harmonies of #20ABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ABB2

Black with #20ABB2

Text Example


Text Example

White with #20ABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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