#22B49C

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

Shades of Light Sea Green #22B49C

Tints of Light Sea Green #22B49C

Color information

#22B49C (or 0x22B49C) is unknown color: approx Light Sea Green. HEX triplet: 22, B4 and 9C. RGB value is (34,180,156). Sum of RGB (Red+Green+Blue) = 34+180+156=370 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.19% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #22B49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22B49C is #DD4B63. Grayscale: #858585. Windows color (decimal): -14502756 or 10269730. OLE color: 10269730.

HSL color Cylindrical-coordinate representation of color #22B49C: hue angle of 170.14º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B49C is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB34180156-
CMYK0.8100.130.29
HSL170.14º68.22%41.96%-
HSV(B)170.14º81.11%70.59%-
XYZ22.9835.3837.07-
YUV133.61140.6356.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.19%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=9.19%
G=48.65%
B=42.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal341801560.8100.130.29170.1468.2241.96
Hex22B49C510D1Daa442a
Octal422642341210153525210452
Binary100010101101001001110010100010110111101101010101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,180,156); }

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

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

 a { background-color: rgb(34,180,156); }

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

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

 span { border-color: rgb(34,180,156); }

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