#0A4A3D

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

Shades of Deep Teal #0A4A3D

Tints of Deep Teal #0A4A3D

Color information

#0A4A3D (or 0x0A4A3D) is unknown color: approx Deep Teal. HEX triplet: 0A, 4A and 3D. RGB value is (10,74,61). Sum of RGB (Red+Green+Blue) = 10+74+61=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #0A4A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4A3D is #F5B5C2. Grayscale: #353535. Windows color (decimal): -16102851 or 4016650. OLE color: 4016650.

HSL color Cylindrical-coordinate representation of color #0A4A3D: hue angle of 167.81º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4A3D is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB107461-
CMYK0.8600.180.71
HSL167.81º76.19%16.47%-
HSV(B)167.81º86.49%29.02%-
XYZ3.425.35.26-
YUV53.38132.397.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.90%
GREEN value IS 74 (29.30% from 255) = 51.03%
BLUE value IS 61 (24.22% from 255) = 42.07%
R=6.90%
G=51.03%
B=42.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1074610.8600.180.71167.8176.1916.47
HexA4A3D5601247a84c10
Octal121127512602210725011420
Binary101010010101111011010110010010100011110101000100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,74,61); }

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

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

 a { background-color: rgb(10,74,61); }

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

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

 span { border-color: rgb(10,74,61); }

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