#10796A

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

Shades of Deep Sea #10796A

Tints of Deep Sea #10796A

Color information

#10796A (or 0x10796A) is unknown color: approx Deep Sea. HEX triplet: 10, 79 and 6A. RGB value is (16,121,106). Sum of RGB (Red+Green+Blue) = 16+121+106=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #10796A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10796A is #EF8695. Grayscale: #575757. Windows color (decimal): -15697558 or 6977808. OLE color: 6977808.

HSL color Cylindrical-coordinate representation of color #10796A: hue angle of 171.43º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10796A is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB16121106-
CMYK0.8700.120.53
HSL171.43º76.64%26.86%-
HSV(B)171.43º86.78%47.45%-
XYZ9.6514.8315.99-
YUV87.9138.2176.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.58%
GREEN value IS 121 (47.66% from 255) = 49.79%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=6.58%
G=49.79%
B=43.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal161211060.8700.120.53171.4376.6426.86
Hex10796A570C35ab4d1b
Octal201711521270146525311533
Binary100001111001110101010101110110011010110101011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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