Html Css Color HEX #10473B Deep Teal

📋 copy color: '#10473B'

red 16 ◦ green 71 ◦ blue 59

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

Shades of Deep Teal #10473B

Tints of Deep Teal #10473B

RGB

 RED value IS 16 (6.64% from 255) = 10.96%

 GREEN value IS 71 (28.13% from 255) = 48.63%

 BLUE value IS 59 (23.44% from 255) = 40.41%

R = 10.96%
G = 48.63%
B = 40.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#10473B (or 0x10473B) is known color: Deep Teal. HEX triplet: 10, 47 and 3B. RGB value is (16,71,59). Sum of RGB (Red+Green+Blue) = 16+71+59=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #10473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10473B is #EFB8C4. Grayscale: #353535. Windows color (decimal): -15710405 or 3884816. OLE color: 3884816.

HSL color Cylindrical-coordinate representation of color #10473B: hue angle of 166.91º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10473B is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 59 -
CMYK 0.77 0 0.17 0.72
HSL 166.91º 0.63% 0.17% -
HSV(B) 166.91º 0.77% 0.28% -
XYZ 3.26 4.93 4.92 -
YUV 53.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 16 71 59 0.77 0 0.17 0.72 166.91 0.63 0.17
Hex 10 47 3B 4D 0 11 48 A7 3F 11
Octal 20 107 73 115 0 21 110 247 77 21
Binary 10000 1000111 111011 1001101 0 10001 1001000 10100111 111111 10001

Color Harmonies of #10473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10473B

Black with #10473B

Text Example


Text Example

White with #10473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10473B; }

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

 H1.HeaderClassName
 {
   color: #10473B;
 }
 .AnyTagClassName
 {
   color: #10473B;
 }
</style>

background-color css

<style>
 a { background-color: #10473B; }

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

 div.DivClassName
 {
   background-color: #10473B;
 }
 .BgClassName
 {
   background-color: #10473B;
 }
</style>

border-color css

<style>
 span { border-color: #10473B; }

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

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