#22C5A8

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

Shades of Light Sea Green #22C5A8

Tints of Light Sea Green #22C5A8

Color information

#22C5A8 (or 0x22C5A8) is unknown color: approx Light Sea Green. HEX triplet: 22, C5 and A8. RGB value is (34,197,168). Sum of RGB (Red+Green+Blue) = 34+197+168=399 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.52% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #22C5A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C5A8 is #DD3A57. Grayscale: #909090. Windows color (decimal): -14498392 or 11060514. OLE color: 11060514.

HSL color Cylindrical-coordinate representation of color #22C5A8: hue angle of 169.33º 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 #22C5A8 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB34197168-
CMYK0.8300.150.23
HSL169.33º70.56%45.29%-
HSV(B)169.33º82.74%77.25%-
XYZ27.6943.143.91-
YUV144.9614148.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.52%
GREEN value IS 197 (77.34% from 255) = 49.37%
BLUE value IS 168 (66.02% from 255) = 42.11%
R=8.52%
G=49.37%
B=42.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal341971680.8300.150.23169.3370.5645.29
Hex22C5A8530F17a9472d
Octal423052501230172725110755
Binary100010110001011010100010100110111110111101010011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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