#22C2C6

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

Shades of Light Sea Green #22C2C6

Tints of Light Sea Green #22C2C6

Color information

#22C2C6 (or 0x22C2C6) is unknown color: approx Light Sea Green. HEX triplet: 22, C2 and C6. RGB value is (34,194,198). Sum of RGB (Red+Green+Blue) = 34+194+198=426 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.98% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #22C2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C2C6 is #DD3D39. Grayscale: #929292. Windows color (decimal): -14499130 or 13025826. OLE color: 13025826.

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

Color convert

RGB34194198-
CMYK0.830.0200.22
HSL181.46º70.69%45.49%-
HSV(B)181.46º82.83%77.65%-
XYZ30.144360.14-
YUV146.62156.9947.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.98%
GREEN value IS 194 (76.17% from 255) = 45.54%
BLUE value IS 198 (77.73% from 255) = 46.48%
R=7.98%
G=45.54%
B=46.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal341941980.830.0200.22181.4670.6945.49
Hex22C2C6532016b5472d
Octal42302306123202626510755
Binary1000101100001011000110101001110010110101101011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,194,198); }

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

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

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

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

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

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

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