#22ABA2

Color #22ABA2 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #22ABA2

Tints of Light Sea Green #22ABA2

Color information

#22ABA2 (or 0x22ABA2) is unknown color: approx Light Sea Green. HEX triplet: 22, AB and A2. RGB value is (34,171,162). Sum of RGB (Red+Green+Blue) = 34+171+162=367 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.26% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #22ABA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22ABA2 is #DD545D. Grayscale: #808080. Windows color (decimal): -14505054 or 10660642. OLE color: 10660642.

HSL color Cylindrical-coordinate representation of color #22ABA2: hue angle of 176.06º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22ABA2 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB34171162-
CMYK0.8000.050.33
HSL176.06º66.83%40.2%-
HSV(B)176.06º80.12%67.06%-
XYZ21.7432.0739.23-
YUV129.01146.6160.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.26%
GREEN value IS 171 (67.19% from 255) = 46.59%
BLUE value IS 162 (63.67% from 255) = 44.14%
R=9.26%
G=46.59%
B=44.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341711620.8000.050.33176.0666.8340.2
Hex22ABA2500521b04328
Octal42253242120054126010350
Binary100010101010111010001010100000101100001101100001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22ABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22ABA2; }

 p { color: rgb(34,171,162); }

 H1.HeaderClassName
 {
   color: #22ABA2;
 }
 .AnyTagClassName
 {
   color: #22ABA2;
 }
</style>
background-color css

<style>
 a { background-color: #22ABA2; }

 a { background-color: rgb(34,171,162); }

 div.DivClassName
 {
   background-color: #22ABA2;
 }
 .BgClassName
 {
   background-color: #22ABA2;
 }
</style>
border-color css

<style>
 span { border-color: #22ABA2; }

 span { border-color: rgb(34,171,162); }

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