#177F74

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

Shades of Deep Sea #177F74

Tints of Deep Sea #177F74

Color information

#177F74 (or 0x177F74) is unknown color: approx Deep Sea. HEX triplet: 17, 7F and 74. RGB value is (23,127,116). Sum of RGB (Red+Green+Blue) = 23+127+116=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #177F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177F74 is #E8808B. Grayscale: #5E5E5E. Windows color (decimal): -15237260 or 7634711. OLE color: 7634711.

HSL color Cylindrical-coordinate representation of color #177F74: hue angle of 173.65º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177F74 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB23127116-
CMYK0.8200.090.50
HSL173.65º69.33%29.41%-
HSV(B)173.65º81.89%49.8%-
XYZ11.116.6219.15-
YUV94.65140.0476.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.65%
GREEN value IS 127 (50% from 255) = 47.74%
BLUE value IS 116 (45.70% from 255) = 43.61%
R=8.65%
G=47.74%
B=43.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal231271160.8200.090.50173.6569.3329.41
Hex177F74520932ae451d
Octal271771641220116225610535
Binary101111111111111010010100100100111001010101110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177F74; }

 p { color: rgb(23,127,116); }

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

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

 a { background-color: rgb(23,127,116); }

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

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

 span { border-color: rgb(23,127,116); }

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