#107461

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

Shades of Deep Sea #107461

Tints of Deep Sea #107461

Color information

#107461 (or 0x107461) is unknown color: approx Deep Sea. HEX triplet: 10, 74 and 61. RGB value is (16,116,97). Sum of RGB (Red+Green+Blue) = 16+116+97=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #107461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107461 is #EF8B9E. Grayscale: #535353. Windows color (decimal): -15698847 or 6386704. OLE color: 6386704.

HSL color Cylindrical-coordinate representation of color #107461: hue angle of 168.6º 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 #107461 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1611697-
CMYK0.8600.160.55
HSL168.6º75.76%25.88%-
HSV(B)168.6º86.21%45.49%-
XYZ8.6213.4613.45-
YUV83.93135.3779.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 116 (45.70% from 255) = 50.66%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=6.99%
G=50.66%
B=42.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16116970.8600.160.55168.675.7625.88
Hex1074615601037a94c1a
Octal201641411260206725111432
Binary1000011101001100001101011001000011011110101001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107461; }

 p { color: rgb(16,116,97); }

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

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

 a { background-color: rgb(16,116,97); }

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

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

 span { border-color: rgb(16,116,97); }

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