#10765C

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

Shades of Deep Sea #10765C

Tints of Deep Sea #10765C

Color information

#10765C (or 0x10765C) is unknown color: approx Deep Sea. HEX triplet: 10, 76 and 5C. RGB value is (16,118,92). Sum of RGB (Red+Green+Blue) = 16+118+92=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #10765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10765C is #EF89A3. Grayscale: #545454. Windows color (decimal): -15698340 or 6059536. OLE color: 6059536.

HSL color Cylindrical-coordinate representation of color #10765C: hue angle of 164.71º 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 #10765C is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1611892-
CMYK0.8600.220.54
HSL164.71º76.12%26.27%-
HSV(B)164.71º86.44%46.27%-
XYZ8.6213.8412.34-
YUV84.54132.2179.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.08%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=7.08%
G=52.21%
B=40.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16118920.8600.220.54164.7176.1226.27
Hex10765C5601636a54c1a
Octal201661341260266624511432
Binary1000011101101011100101011001011011011010100101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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