#22AA9D

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

Shades of Light Sea Green #22AA9D

Tints of Light Sea Green #22AA9D

Color information

#22AA9D (or 0x22AA9D) is unknown color: approx Light Sea Green. HEX triplet: 22, AA and 9D. RGB value is (34,170,157). Sum of RGB (Red+Green+Blue) = 34+170+157=361 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.42% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #22AA9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AA9D is #DD5562. Grayscale: #7F7F7F. Windows color (decimal): -14505315 or 10332706. OLE color: 10332706.

HSL color Cylindrical-coordinate representation of color #22AA9D: hue angle of 174.26º 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 #22AA9D is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB34170157-
CMYK0.8000.080.33
HSL174.26º66.67%40%-
HSV(B)174.26º80%66.67%-
XYZ21.1231.5236.87-
YUV127.85144.4461.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.42%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=9.42%
G=47.09%
B=43.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341701570.8000.080.33174.2666.6740
Hex22AA9D500821ae4328
Octal422522351200104125610350
Binary1000101010101010011101101000001000100001101011101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,170,157); }

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

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

 a { background-color: rgb(34,170,157); }

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

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

 span { border-color: rgb(34,170,157); }

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