#22B1A3

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

Shades of Light Sea Green #22B1A3

Tints of Light Sea Green #22B1A3

Color information

#22B1A3 (or 0x22B1A3) is unknown color: approx Light Sea Green. HEX triplet: 22, B1 and A3. RGB value is (34,177,163). Sum of RGB (Red+Green+Blue) = 34+177+163=374 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.09% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 163 (64.06% from 255 or 43.58% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #22B1A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22B1A3 is #DD4E5C. Grayscale: #848484. Windows color (decimal): -14503517 or 10727714. OLE color: 10727714.

HSL color Cylindrical-coordinate representation of color #22B1A3: hue angle of 174.13º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B1A3 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB34177163-
CMYK0.8100.080.31
HSL174.13º67.77%41.37%-
HSV(B)174.13º80.79%69.41%-
XYZ22.9934.4340.08-
YUV132.65145.1257.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.09%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 163 (64.06% from 255) = 43.58%
R=9.09%
G=47.33%
B=43.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal341771630.8100.080.31174.1367.7741.37
Hex22B1A351081Fae4429
Octal422612431210103725610451
Binary100010101100011010001110100010100011111101011101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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