#0A4635

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

Shades of Deep Teal #0A4635

Tints of Deep Teal #0A4635

Color information

#0A4635 (or 0x0A4635) is unknown color: approx Deep Teal. HEX triplet: 0A, 46 and 35. RGB value is (10,70,53). Sum of RGB (Red+Green+Blue) = 10+70+53=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #0A4635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4635 is #F5B9CA. Grayscale: #323232. Windows color (decimal): -16103883 or 3491338. OLE color: 3491338.

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

Color convert

RGB107053-
CMYK0.8600.240.73
HSL163º75%15.69%-
HSV(B)163º85.71%27.45%-
XYZ2.964.74.12-
YUV50.12129.6299.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.52%
GREEN value IS 70 (27.73% from 255) = 52.63%
BLUE value IS 53 (21.09% from 255) = 39.85%
R=7.52%
G=52.63%
B=39.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1070530.8600.240.731637515.69
HexA46355601849a34b10
Octal121066512603011124311320
Binary101010001101101011010110011000100100110100011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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