#10765D

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

Shades of Deep Sea #10765D

Tints of Deep Sea #10765D

Color information

#10765D (or 0x10765D) is unknown color: approx Deep Sea. HEX triplet: 10, 76 and 5D. RGB value is (16,118,93). Sum of RGB (Red+Green+Blue) = 16+118+93=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #10765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10765D is #EF89A2. Grayscale: #545454. Windows color (decimal): -15698339 or 6125072. OLE color: 6125072.

HSL color Cylindrical-coordinate representation of color #10765D: hue angle of 165.29º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10765D is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1611893-
CMYK0.8600.210.54
HSL165.29º76.12%26.27%-
HSV(B)165.29º86.44%46.27%-
XYZ8.6713.8612.57-
YUV84.65132.7179.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 118 (46.48% from 255) = 51.98%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=7.05%
G=51.98%
B=40.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16118930.8600.210.54165.2976.1226.27
Hex10765D5601536a54c1a
Octal201661351260256624511432
Binary1000011101101011101101011001010111011010100101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,118,93); }

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

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

 a { background-color: rgb(16,118,93); }

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

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

 span { border-color: rgb(16,118,93); }

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