#22B1A4

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

Shades of Light Sea Green #22B1A4

Tints of Light Sea Green #22B1A4

Color information

#22B1A4 (or 0x22B1A4) is unknown color: approx Light Sea Green. HEX triplet: 22, B1 and A4. RGB value is (34,177,164). Sum of RGB (Red+Green+Blue) = 34+177+164=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #22B1A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22B1A4 is #DD4E5B. Grayscale: #848484. Windows color (decimal): -14503516 or 10793250. OLE color: 10793250.

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

Color convert

RGB34177164-
CMYK0.8100.070.31
HSL174.55º67.77%41.37%-
HSV(B)174.55º80.79%69.41%-
XYZ23.0834.4640.56-
YUV132.76145.6257.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.07%
GREEN value IS 177 (69.53% from 255) = 47.2%
BLUE value IS 164 (64.45% from 255) = 43.73%
R=9.07%
G=47.2%
B=43.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal341771640.8100.070.31174.5567.7741.37
Hex22B1A451071Faf4429
Octal42261244121073725710451
Binary10001010110001101001001010001011111111101011111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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