#22C5AA

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

Shades of Light Sea Green #22C5AA

Tints of Light Sea Green #22C5AA

Color information

#22C5AA (or 0x22C5AA) is unknown color: approx Light Sea Green. HEX triplet: 22, C5 and AA. RGB value is (34,197,170). Sum of RGB (Red+Green+Blue) = 34+197+170=401 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.48% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #22C5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C5AA is #DD3A55. Grayscale: #919191. Windows color (decimal): -14498390 or 11191586. OLE color: 11191586.

HSL color Cylindrical-coordinate representation of color #22C5AA: hue angle of 170.06º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C5AA is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB34197170-
CMYK0.8300.140.23
HSL170.06º70.56%45.29%-
HSV(B)170.06º82.74%77.25%-
XYZ27.8843.1744.89-
YUV145.1814248.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.48%
GREEN value IS 197 (77.34% from 255) = 49.13%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=8.48%
G=49.13%
B=42.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal341971700.8300.140.23170.0670.5645.29
Hex22C5AA530E17aa472d
Octal423052521230162725210755
Binary100010110001011010101010100110111010111101010101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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