#10756A

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

Shades of Deep Sea #10756A

Tints of Deep Sea #10756A

Color information

#10756A (or 0x10756A) is unknown color: approx Deep Sea. HEX triplet: 10, 75 and 6A. RGB value is (16,117,106). Sum of RGB (Red+Green+Blue) = 16+117+106=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #10756A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10756A is #EF8A95. Grayscale: #555555. Windows color (decimal): -15698582 or 6976784. OLE color: 6976784.

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

Color convert

RGB16117106-
CMYK0.8600.090.54
HSL173.47º75.94%26.08%-
HSV(B)173.47º86.32%45.88%-
XYZ9.1813.8715.83-
YUV85.55139.5478.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=6.69%
G=48.95%
B=44.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161171060.8600.090.54173.4775.9426.08
Hex10756A560936ad4c1a
Octal201651521260116625511432
Binary100001110101110101010101100100111011010101101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10756A; }

 p { color: rgb(16,117,106); }

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

<style>
 a { background-color: #10756A; }

 a { background-color: rgb(16,117,106); }

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

<style>
 span { border-color: #10756A; }

 span { border-color: rgb(16,117,106); }

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