#17725F

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

Shades of Deep Sea #17725F

Tints of Deep Sea #17725F

Color information

#17725F (or 0x17725F) is unknown color: approx Deep Sea. HEX triplet: 17, 72 and 5F. RGB value is (23,114,95). Sum of RGB (Red+Green+Blue) = 23+114+95=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #17725F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17725F is #E88DA0. Grayscale: #545454. Windows color (decimal): -15240609 or 6255127. OLE color: 6255127.

HSL color Cylindrical-coordinate representation of color #17725F: hue angle of 167.47º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17725F is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB2311495-
CMYK0.8000.170.55
HSL167.47º66.42%26.86%-
HSV(B)167.47º79.82%44.71%-
XYZ8.4413.0412.9-
YUV84.62133.8584.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.91%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=9.91%
G=49.14%
B=40.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23114950.8000.170.55167.4766.4226.86
Hex17725F5001137a7421b
Octal271621371200216724710233
Binary1011111100101011111101000001000111011110100111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17725F; }

 p { color: rgb(23,114,95); }

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

<style>
 a { background-color: #17725F; }

 a { background-color: rgb(23,114,95); }

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

<style>
 span { border-color: #17725F; }

 span { border-color: rgb(23,114,95); }

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