#0A473A

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

Shades of Deep Teal #0A473A

Tints of Deep Teal #0A473A

Color information

#0A473A (or 0x0A473A) is unknown color: approx Deep Teal. HEX triplet: 0A, 47 and 3A. RGB value is (10,71,58). Sum of RGB (Red+Green+Blue) = 10+71+58=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #0A473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A473A is #F5B8C5. Grayscale: #333333. Windows color (decimal): -16103622 or 3819274. OLE color: 3819274.

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

Color convert

RGB107158-
CMYK0.8600.180.72
HSL167.21º75.31%15.88%-
HSV(B)167.21º85.92%27.84%-
XYZ3.144.884.78-
YUV51.28131.7998.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.19%
GREEN value IS 71 (28.12% from 255) = 51.08%
BLUE value IS 58 (23.05% from 255) = 41.73%
R=7.19%
G=51.08%
B=41.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1071580.8600.180.72167.2175.3115.88
HexA473A5601248a74b10
Octal121077212602211024711320
Binary101010001111110101010110010010100100010100111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,58); }

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

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

 a { background-color: rgb(10,71,58); }

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

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

 span { border-color: rgb(10,71,58); }

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