#0A8468

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

Shades of Deep Sea #0A8468

Tints of Deep Sea #0A8468

Color information

#0A8468 (or 0x0A8468) is unknown color: approx Deep Sea. HEX triplet: 0A, 84 and 68. RGB value is (10,132,104). Sum of RGB (Red+Green+Blue) = 10+132+104=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8468 is #F57B97. Grayscale: #5C5C5C. Windows color (decimal): -16087960 or 6849546. OLE color: 6849546.

HSL color Cylindrical-coordinate representation of color #0A8468: hue angle of 166.23º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8468 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB10132104-
CMYK0.9200.210.48
HSL166.23º85.92%27.84%-
HSV(B)166.23º92.42%51.76%-
XYZ10.8817.5715.91-
YUV92.33134.5869.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 132 (51.95% from 255) = 53.66%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=4.07%
G=53.66%
B=42.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101321040.9200.210.48166.2385.9227.84
HexA84685C01530a6561c
Octal122041501340256024612634
Binary1010100001001101000101110001010111000010100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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