#22825E

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

Shades of Deep Sea #22825E

Tints of Deep Sea #22825E

Color information

#22825E (or 0x22825E) is unknown color: approx Deep Sea. HEX triplet: 22, 82 and 5E. RGB value is (34,130,94). Sum of RGB (Red+Green+Blue) = 34+130+94=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #22825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22825E is #DD7DA1. Grayscale: #616161. Windows color (decimal): -14515618 or 6193698. OLE color: 6193698.

HSL color Cylindrical-coordinate representation of color #22825E: hue angle of 157.5º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22825E is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB3413094-
CMYK0.7400.280.49
HSL157.5º58.54%32.16%-
HSV(B)157.5º73.85%50.98%-
XYZ10.6617.1113.33-
YUV97.19126.282.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.18%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=13.18%
G=50.39%
B=36.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34130940.7400.280.49157.558.5432.16
Hex22825E4A01C319e3b20
Octal42202136112034612367340
Binary100010100000101011110100101001110011000110011110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22825E; }

 p { color: rgb(34,130,94); }

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

<style>
 a { background-color: #22825E; }

 a { background-color: rgb(34,130,94); }

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

<style>
 span { border-color: #22825E; }

 span { border-color: rgb(34,130,94); }

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