#107462

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

Shades of Deep Sea #107462

Tints of Deep Sea #107462

Color information

#107462 (or 0x107462) is unknown color: approx Deep Sea. HEX triplet: 10, 74 and 62. RGB value is (16,116,98). Sum of RGB (Red+Green+Blue) = 16+116+98=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #107462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107462 is #EF8B9D. Grayscale: #545454. Windows color (decimal): -15698846 or 6452240. OLE color: 6452240.

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

Color convert

RGB1611698-
CMYK0.8600.160.55
HSL169.2º75.76%25.88%-
HSV(B)169.2º86.21%45.49%-
XYZ8.6613.4813.7-
YUV84.05135.8779.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 116 (45.70% from 255) = 50.43%
BLUE value IS 98 (38.67% from 255) = 42.61%
R=6.96%
G=50.43%
B=42.61%

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
Decimal16116980.8600.160.55169.275.7625.88
Hex1074625601037a94c1a
Octal201641421260206725111432
Binary1000011101001100010101011001000011011110101001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107462; }

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

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

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

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

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

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

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

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