#22755D

Color #22755D Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #22755D

Tints of Deep Sea #22755D

Color information

#22755D (or 0x22755D) is unknown color: approx Deep Sea. HEX triplet: 22, 75 and 5D. RGB value is (34,117,93). Sum of RGB (Red+Green+Blue) = 34+117+93=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #22755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22755D is #DD8AA2. Grayscale: #595959. Windows color (decimal): -14518947 or 6124834. OLE color: 6124834.

HSL color Cylindrical-coordinate representation of color #22755D: hue angle of 162.65º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #22755D is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB3411793-
CMYK0.7100.210.54
HSL162.65º54.97%29.61%-
HSV(B)162.65º70.94%45.88%-
XYZ913.8512.56-
YUV89.4513088.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.93%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=13.93%
G=47.95%
B=38.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34117930.7100.210.54162.6554.9729.61
Hex22755D4701536a3371e
Octal42165135107025662436736
Binary1000101110101101110110001110101011101101010001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22755D; }

 p { color: rgb(34,117,93); }

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

<style>
 a { background-color: #22755D; }

 a { background-color: rgb(34,117,93); }

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

<style>
 span { border-color: #22755D; }

 span { border-color: rgb(34,117,93); }

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