#22B3A4

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

Shades of Light Sea Green #22B3A4

Tints of Light Sea Green #22B3A4

Color information

#22B3A4 (or 0x22B3A4) is unknown color: approx Light Sea Green. HEX triplet: 22, B3 and A4. RGB value is (34,179,164). Sum of RGB (Red+Green+Blue) = 34+179+164=377 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.02% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #22B3A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22B3A4 is #DD4C5B. Grayscale: #858585. Windows color (decimal): -14503004 or 10793762. OLE color: 10793762.

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

Color convert

RGB34179164-
CMYK0.8100.080.30
HSL173.79º68.08%41.76%-
HSV(B)173.79º81.01%70.2%-
XYZ23.4835.2640.69-
YUV133.94144.9656.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.02%
GREEN value IS 179 (70.31% from 255) = 47.48%
BLUE value IS 164 (64.45% from 255) = 43.50%
R=9.02%
G=47.48%
B=43.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal341791640.8100.080.30173.7968.0841.76
Hex22B3A451081Eae442a
Octal422632441210103625610452
Binary100010101100111010010010100010100011110101011101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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