#0A4636

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

Shades of Deep Teal #0A4636

Tints of Deep Teal #0A4636

Color information

#0A4636 (or 0x0A4636) is unknown color: approx Deep Teal. HEX triplet: 0A, 46 and 36. RGB value is (10,70,54). Sum of RGB (Red+Green+Blue) = 10+70+54=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #0A4636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4636 is #F5B9C9. Grayscale: #323232. Windows color (decimal): -16103882 or 3556874. OLE color: 3556874.

HSL color Cylindrical-coordinate representation of color #0A4636: hue angle of 164º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4636 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB107054-
CMYK0.8600.230.73
HSL164º75%15.69%-
HSV(B)164º85.71%27.45%-
XYZ2.984.714.24-
YUV50.24130.1299.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.46%
GREEN value IS 70 (27.73% from 255) = 52.24%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=7.46%
G=52.24%
B=40.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1070540.8600.230.731647515.69
HexA46365601749a44b10
Octal121066612602711124411320
Binary101010001101101101010110010111100100110100100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,70,54); }

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

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

 a { background-color: rgb(10,70,54); }

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

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

 span { border-color: rgb(10,70,54); }

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