#10775E

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

Shades of Deep Sea #10775E

Tints of Deep Sea #10775E

Color information

#10775E (or 0x10775E) is unknown color: approx Deep Sea. HEX triplet: 10, 77 and 5E. RGB value is (16,119,94). Sum of RGB (Red+Green+Blue) = 16+119+94=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #10775E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10775E is #EF88A1. Grayscale: #555555. Windows color (decimal): -15698082 or 6190864. OLE color: 6190864.

HSL color Cylindrical-coordinate representation of color #10775E: hue angle of 165.44º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10775E is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1611994-
CMYK0.8700.210.53
HSL165.44º76.3%26.47%-
HSV(B)165.44º86.55%46.67%-
XYZ8.8314.1112.85-
YUV85.35132.8878.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=6.99%
G=51.97%
B=41.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16119940.8700.210.53165.4476.326.47
Hex10775E5701535a54c1a
Octal201671361270256524511432
Binary1000011101111011110101011101010111010110100101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10775E; }

 p { color: rgb(16,119,94); }

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

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

 a { background-color: rgb(16,119,94); }

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

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

 span { border-color: rgb(16,119,94); }

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