#22C3C2

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

Shades of Light Sea Green #22C3C2

Tints of Light Sea Green #22C3C2

Color information

#22C3C2 (or 0x22C3C2) is unknown color: approx Light Sea Green. HEX triplet: 22, C3 and C2. RGB value is (34,195,194). Sum of RGB (Red+Green+Blue) = 34+195+194=423 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.04% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #22C3C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C3C2 is #DD3C3D. Grayscale: #929292. Windows color (decimal): -14498878 or 12763938. OLE color: 12763938.

HSL color Cylindrical-coordinate representation of color #22C3C2: hue angle of 179.63º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C3C2 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB34195194-
CMYK0.8300.010.24
HSL179.63º70.31%44.9%-
HSV(B)179.63º82.56%76.47%-
XYZ29.9143.2757.81-
YUV146.75154.6647.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.04%
GREEN value IS 195 (76.56% from 255) = 46.10%
BLUE value IS 194 (76.17% from 255) = 45.86%
R=8.04%
G=46.10%
B=45.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal341951940.8300.010.24179.6370.3144.9
Hex22C3C2530118b4462d
Octal42303302123013026410655
Binary100010110000111100001010100110111000101101001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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