#0A473B

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

Shades of Deep Teal #0A473B

Tints of Deep Teal #0A473B

Color information

#0A473B (or 0x0A473B) is unknown color: approx Deep Teal. HEX triplet: 0A, 47 and 3B. RGB value is (10,71,59). Sum of RGB (Red+Green+Blue) = 10+71+59=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #0A473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A473B is #F5B8C4. Grayscale: #333333. Windows color (decimal): -16103621 or 3884810. OLE color: 3884810.

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

Color convert

RGB107159-
CMYK0.8600.170.72
HSL168.2º75.31%15.88%-
HSV(B)168.2º85.92%27.84%-
XYZ3.174.894.91-
YUV51.39132.2998.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.14%
GREEN value IS 71 (28.12% from 255) = 50.71%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=7.14%
G=50.71%
B=42.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1071590.8600.170.72168.275.3115.88
HexA473B5601148a84b10
Octal121077312602111025011320
Binary101010001111110111010110010001100100010101000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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