#22C4C0

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

Shades of Light Sea Green #22C4C0

Tints of Light Sea Green #22C4C0

Color information

#22C4C0 (or 0x22C4C0) is unknown color: approx Light Sea Green. HEX triplet: 22, C4 and C0. RGB value is (34,196,192). Sum of RGB (Red+Green+Blue) = 34+196+192=422 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.06% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #22C4C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C4C0 is #DD3B3F. Grayscale: #929292. Windows color (decimal): -14498624 or 12633122. OLE color: 12633122.

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

Color convert

RGB34196192-
CMYK0.8300.020.23
HSL178.52º70.43%45.1%-
HSV(B)178.52º82.65%76.86%-
XYZ29.9143.6356.71-
YUV147.11153.3347.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.06%
GREEN value IS 196 (76.95% from 255) = 46.45%
BLUE value IS 192 (75.39% from 255) = 45.50%
R=8.06%
G=46.45%
B=45.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal341961920.8300.020.23178.5270.4345.1
Hex22C4C0530217b3462d
Octal42304300123022726310655
Binary1000101100010011000000101001101010111101100111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,196,192); }

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

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

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

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

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

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

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