#17775C

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

Shades of Deep Sea #17775C

Tints of Deep Sea #17775C

Color information

#17775C (or 0x17775C) is unknown color: approx Deep Sea. HEX triplet: 17, 77 and 5C. RGB value is (23,119,92). Sum of RGB (Red+Green+Blue) = 23+119+92=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #17775C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17775C is #E888A3. Grayscale: #575757. Windows color (decimal): -15239332 or 6059799. OLE color: 6059799.

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

Color convert

RGB2311992-
CMYK0.8100.230.53
HSL163.12º67.61%27.84%-
HSV(B)163.12º80.67%46.67%-
XYZ8.8814.1512.39-
YUV87.22130.782.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.83%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=9.83%
G=50.85%
B=39.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23119920.8100.230.53163.1267.6127.84
Hex17775C5101735a3441c
Octal271671341210276524310434
Binary1011111101111011100101000101011111010110100011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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