#22AC9F

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

Shades of Light Sea Green #22AC9F

Tints of Light Sea Green #22AC9F

Color information

#22AC9F (or 0x22AC9F) is unknown color: approx Light Sea Green. HEX triplet: 22, AC and 9F. RGB value is (34,172,159). Sum of RGB (Red+Green+Blue) = 34+172+159=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #22AC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AC9F is #DD5360. Grayscale: #818181. Windows color (decimal): -14504801 or 10464290. OLE color: 10464290.

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

Color convert

RGB34172159-
CMYK0.8000.080.33
HSL174.35º66.99%40.39%-
HSV(B)174.35º80.23%67.45%-
XYZ21.6732.3537.9-
YUV129.26144.7860.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.32%
GREEN value IS 172 (67.58% from 255) = 47.12%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=9.32%
G=47.12%
B=43.56%

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
Decimal341721590.8000.080.33174.3566.9940.39
Hex22AC9F500821ae4328
Octal422542371200104125610350
Binary1000101010110010011111101000001000100001101011101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,172,159); }

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

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

 a { background-color: rgb(34,172,159); }

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

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

 span { border-color: rgb(34,172,159); }

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