#177060

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

Shades of Deep Sea #177060

Tints of Deep Sea #177060

Color information

#177060 (or 0x177060) is unknown color: approx Deep Sea. HEX triplet: 17, 70 and 60. RGB value is (23,112,96). Sum of RGB (Red+Green+Blue) = 23+112+96=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #177060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177060 is #E88F9F. Grayscale: #535353. Windows color (decimal): -15241120 or 6320151. OLE color: 6320151.

HSL color Cylindrical-coordinate representation of color #177060: hue angle of 169.21º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #177060 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB2311296-
CMYK0.7900.140.56
HSL169.21º65.93%26.47%-
HSV(B)169.21º79.46%43.92%-
XYZ8.2612.6213.07-
YUV83.56135.0184.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.96%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=9.96%
G=48.48%
B=41.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23112960.7900.140.56169.2165.9326.47
Hex1770604F0E38a9421a
Octal271601401170167025110232
Binary101111110000110000010011110111011100010101001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177060; }

 p { color: rgb(23,112,96); }

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

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

 a { background-color: rgb(23,112,96); }

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

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

 span { border-color: rgb(23,112,96); }

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