#0A8668

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

Shades of Deep Sea #0A8668

Tints of Deep Sea #0A8668

Color information

#0A8668 (or 0x0A8668) is unknown color: approx Deep Sea. HEX triplet: 0A, 86 and 68. RGB value is (10,134,104). Sum of RGB (Red+Green+Blue) = 10+134+104=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8668 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8668 is #F57997. Grayscale: #5D5D5D. Windows color (decimal): -16087448 or 6850058. OLE color: 6850058.

HSL color Cylindrical-coordinate representation of color #0A8668: hue angle of 165.48º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8668 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB10134104-
CMYK0.9300.220.47
HSL165.48º86.11%28.24%-
HSV(B)165.48º92.54%52.55%-
XYZ11.1518.1116.01-
YUV93.5133.9268.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 134 (52.73% from 255) = 54.03%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=4.03%
G=54.03%
B=41.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101341040.9300.220.47165.4886.1128.24
HexA86685D0162Fa5561c
Octal122061501350265724512634
Binary1010100001101101000101110101011010111110100101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A8668; }

 p { color: rgb(10,134,104); }

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

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

 a { background-color: rgb(10,134,104); }

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

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

 span { border-color: rgb(10,134,104); }

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