#17775F

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

Shades of Deep Sea #17775F

Tints of Deep Sea #17775F

Color information

#17775F (or 0x17775F) is unknown color: approx Deep Sea. HEX triplet: 17, 77 and 5F. RGB value is (23,119,95). Sum of RGB (Red+Green+Blue) = 23+119+95=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #17775F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17775F is #E888A0. Grayscale: #575757. Windows color (decimal): -15239329 or 6256407. OLE color: 6256407.

HSL color Cylindrical-coordinate representation of color #17775F: hue angle of 165º 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 #17775F is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB2311995-
CMYK0.8100.200.53
HSL165º67.61%27.84%-
HSV(B)165º80.67%46.67%-
XYZ9.0214.213.09-
YUV87.56132.281.95-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.70%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=9.70%
G=50.21%
B=40.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23119950.8100.200.5316567.6127.84
Hex17775F5101435a5441c
Octal271671371210246524510434
Binary1011111101111011111101000101010011010110100101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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