#22C2AA

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

Shades of Light Sea Green #22C2AA

Tints of Light Sea Green #22C2AA

Color information

#22C2AA (or 0x22C2AA) is unknown color: approx Light Sea Green. HEX triplet: 22, C2 and AA. RGB value is (34,194,170). Sum of RGB (Red+Green+Blue) = 34+194+170=398 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.54% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #22C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C2AA is #DD3D55. Grayscale: #8F8F8F. Windows color (decimal): -14499158 or 11190818. OLE color: 11190818.

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

Color convert

RGB34194170-
CMYK0.8200.120.24
HSL171º70.18%44.71%-
HSV(B)171º82.47%76.08%-
XYZ27.2141.8344.67-
YUV143.42142.9949.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.54%
GREEN value IS 194 (76.17% from 255) = 48.74%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=8.54%
G=48.74%
B=42.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal341941700.8200.120.2417170.1844.71
Hex22C2AA520C18ab462d
Octal423022521220143025310655
Binary100010110000101010101010100100110011000101010111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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