#17825B

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

Shades of Deep Sea #17825B

Tints of Deep Sea #17825B

Color information

#17825B (or 0x17825B) is unknown color: approx Deep Sea. HEX triplet: 17, 82 and 5B. RGB value is (23,130,91). Sum of RGB (Red+Green+Blue) = 23+130+91=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #17825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17825B is #E87DA4. Grayscale: #5D5D5D. Windows color (decimal): -15236517 or 5997079. OLE color: 5997079.

HSL color Cylindrical-coordinate representation of color #17825B: hue angle of 158.13º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17825B is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB2313091-
CMYK0.8200.300.49
HSL158.13º69.93%30%-
HSV(B)158.13º82.31%50.98%-
XYZ10.2216.912.62-
YUV93.56126.5577.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.43%
GREEN value IS 130 (51.17% from 255) = 53.28%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=9.43%
G=53.28%
B=37.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal23130910.8200.300.49158.1369.9330
Hex17825B5201E319e461e
Octal272021331220366123610636
Binary10111100000101011011101001001111011000110011110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17825B; }

 p { color: rgb(23,130,91); }

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

<style>
 a { background-color: #17825B; }

 a { background-color: rgb(23,130,91); }

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

<style>
 span { border-color: #17825B; }

 span { border-color: rgb(23,130,91); }

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