#17775D

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

Shades of Deep Sea #17775D

Tints of Deep Sea #17775D

Color information

#17775D (or 0x17775D) is unknown color: approx Deep Sea. HEX triplet: 17, 77 and 5D. RGB value is (23,119,93). Sum of RGB (Red+Green+Blue) = 23+119+93=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #17775D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17775D is #E888A2. Grayscale: #575757. Windows color (decimal): -15239331 or 6125335. OLE color: 6125335.

HSL color Cylindrical-coordinate representation of color #17775D: hue angle of 163.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17775D is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB2311993-
CMYK0.8100.220.53
HSL163.75º67.61%27.84%-
HSV(B)163.75º80.67%46.67%-
XYZ8.9314.1712.62-
YUV87.33131.282.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.79%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=9.79%
G=50.64%
B=39.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23119930.8100.220.53163.7567.6127.84
Hex17775D5101635a4441c
Octal271671351210266524410434
Binary1011111101111011101101000101011011010110100100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17775D; }

 p { color: rgb(23,119,93); }

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

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

 a { background-color: rgb(23,119,93); }

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

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

 span { border-color: rgb(23,119,93); }

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