Html Css Color HEX #0A473B Deep Teal

📋 copy color: '#0A473B'

red 10 ◦ green 71 ◦ blue 59

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

Shades of Deep Teal #0A473B

Tints of Deep Teal #0A473B

RGB

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

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

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 10 71 59 -
CMYK 0.86 0 0.17 0.72
HSL 168.2º 0.75% 0.16% -
HSV(B) 168.2º 0.86% 0.28% -
XYZ 3.17 4.89 4.91 -
YUV 51.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 10 71 59 0.86 0 0.17 0.72 168.2 0.75 0.16
Hex A 47 3B 56 0 11 48 A8 4B 10
Octal 12 107 73 126 0 21 110 250 113 20
Binary 1010 1000111 111011 1010110 0 10001 1001000 10101000 1001011 10000

Color Harmonies of #0A473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A473B

Black with #0A473B

Text Example


Text Example

White with #0A473B

Text Example


Text Example

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