#0A473C

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

Shades of Deep Teal #0A473C

Tints of Deep Teal #0A473C

Color information

#0A473C (or 0x0A473C) is unknown color: approx Deep Teal. HEX triplet: 0A, 47 and 3C. RGB value is (10,71,60). Sum of RGB (Red+Green+Blue) = 10+71+60=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #0A473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A473C is #F5B8C3. Grayscale: #333333. Windows color (decimal): -16103620 or 3950346. OLE color: 3950346.

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

Color convert

RGB107160-
CMYK0.8600.150.72
HSL169.18º75.31%15.88%-
HSV(B)169.18º85.92%27.84%-
XYZ3.194.95.05-
YUV51.51132.7998.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.09%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=7.09%
G=50.35%
B=42.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1071600.8600.150.72169.1875.3115.88
HexA473C560F48a94b10
Octal121077412601711025111320
Binary10101000111111100101011001111100100010101001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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