#10735F

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

Shades of Deep Sea #10735F

Tints of Deep Sea #10735F

Color information

#10735F (or 0x10735F) is unknown color: approx Deep Sea. HEX triplet: 10, 73 and 5F. RGB value is (16,115,95). Sum of RGB (Red+Green+Blue) = 16+115+95=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #10735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10735F is #EF8CA0. Grayscale: #535353. Windows color (decimal): -15699105 or 6255376. OLE color: 6255376.

HSL color Cylindrical-coordinate representation of color #10735F: hue angle of 167.88º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10735F is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1611595-
CMYK0.8600.170.55
HSL167.88º75.57%25.69%-
HSV(B)167.88º86.09%45.1%-
XYZ8.4113.212.93-
YUV83.12134.780.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.08%
GREEN value IS 115 (45.31% from 255) = 50.88%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=7.08%
G=50.88%
B=42.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16115950.8600.170.55167.8875.5725.69
Hex10735F5601137a84c1a
Octal201631371260216725011432
Binary1000011100111011111101011001000111011110101000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,115,95); }

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

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

 a { background-color: rgb(16,115,95); }

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

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

 span { border-color: rgb(16,115,95); }

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