Html Css Color HEX #0A473C Deep Teal

📋 copy color: '#0A473C'

red 10 ◦ green 71 ◦ blue 60

#0A473C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #0A473C

Tints of Deep Teal #0A473C

RGB

 RED value IS 10 (4.3% from 255) = 7.09%

 GREEN value IS 71 (28.13% 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 value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#0A473C (or 0x0A473C) is known color: 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

RGB 10 71 60 -
CMYK 0.86 0 0.15 0.72
HSL 169.18º 0.75% 0.16% -
HSV(B) 169.18º 0.86% 0.28% -
XYZ 3.19 4.9 5.05 -
YUV 51.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 10 71 60 0.86 0 0.15 0.72 169.18 0.75 0.16
Hex A 47 3C 56 0 F 48 A9 4B 10
Octal 12 107 74 126 0 17 110 251 113 20
Binary 1010 1000111 111100 1010110 0 1111 1001000 10101001 1001011 10000

Color Harmonies of #0A473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A473C

Black with #0A473C

Text Example


Text Example

White with #0A473C

Text Example


Text Example

HTML Codes & Css Web 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>