#22B4B1

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

Shades of Light Sea Green #22B4B1

Tints of Light Sea Green #22B4B1

Color information

#22B4B1 (or 0x22B4B1) is unknown color: approx Light Sea Green. HEX triplet: 22, B4 and B1. RGB value is (34,180,177). Sum of RGB (Red+Green+Blue) = 34+180+177=391 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.70% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #22B4B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22B4B1 is #DD4B4E. Grayscale: #878787. Windows color (decimal): -14502735 or 11645986. OLE color: 11645986.

HSL color Cylindrical-coordinate representation of color #22B4B1: hue angle of 178.77º 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 #22B4B1 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB34180177-
CMYK0.8100.020.29
HSL178.77º68.22%41.96%-
HSV(B)178.77º81.11%70.59%-
XYZ24.9236.1647.26-
YUV136151.1355.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.70%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 177 (69.53% from 255) = 45.27%
R=8.70%
G=46.04%
B=45.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal341801770.8100.020.29178.7768.2241.96
Hex22B4B151021Db3442a
Octal42264261121023526310452
Binary1000101011010010110001101000101011101101100111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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