#22AAAA

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

Shades of Light Sea Green #22AAAA

Tints of Light Sea Green #22AAAA

Color information

#22AAAA (or 0x22AAAA) is unknown color: approx Light Sea Green. HEX triplet: 22, AA and AA. RGB value is (34,170,170). Sum of RGB (Red+Green+Blue) = 34+170+170=374 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.09% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #22AAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AAAA is #DD5555. Grayscale: #818181. Windows color (decimal): -14505302 or 11184674. OLE color: 11184674.

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

Color convert

RGB34170170-
CMYK0.80000.33
HSL180º66.67%40%-
HSV(B)180º80%66.67%-
XYZ22.2931.9943.03-
YUV129.34150.9460-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.09%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=9.09%
G=45.45%
B=45.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341701700.80000.3318066.6740
Hex22AAAA500021b44328
Octal42252252120004126410350
Binary1000101010101010101010101000000100001101101001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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