#107469

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

Shades of Deep Sea #107469

Tints of Deep Sea #107469

Color information

#107469 (or 0x107469) is unknown color: approx Deep Sea. HEX triplet: 10, 74 and 69. RGB value is (16,116,105). Sum of RGB (Red+Green+Blue) = 16+116+105=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #107469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107469 is #EF8B96. Grayscale: #545454. Windows color (decimal): -15698839 or 6910992. OLE color: 6910992.

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

Color convert

RGB16116105-
CMYK0.8600.090.55
HSL173.4º75.76%25.88%-
HSV(B)173.4º86.21%45.49%-
XYZ9.0113.6215.52-
YUV84.85139.3778.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 116 (45.70% from 255) = 48.95%
BLUE value IS 105 (41.41% from 255) = 44.30%
R=6.75%
G=48.95%
B=44.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161161050.8600.090.55173.475.7625.88
Hex107469560937ad4c1a
Octal201641511260116725511432
Binary100001110100110100110101100100111011110101101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107469; }

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

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

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

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

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

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

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

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