Html Css Color HEX #10473E Deep Teal

📋 copy color: '#10473E'

red 16 ◦ green 71 ◦ blue 62

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

Shades of Deep Teal #10473E

Tints of Deep Teal #10473E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.61%

R = 10.74%
G = 47.65%
B = 41.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#10473E (or 0x10473E) is known color: Deep Teal. HEX triplet: 10, 47 and 3E. RGB value is (16,71,62). Sum of RGB (Red+Green+Blue) = 16+71+62=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #10473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10473E is #EFB8C1. Grayscale: #353535. Windows color (decimal): -15710402 or 4081424. OLE color: 4081424.

HSL color Cylindrical-coordinate representation of color #10473E: hue angle of 170.18º 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 #10473E is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 62 -
CMYK 0.77 0 0.13 0.72
HSL 170.18º 0.63% 0.17% -
HSV(B) 170.18º 0.77% 0.28% -
XYZ 3.34 4.96 5.34 -
YUV 53.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 16 71 62 0.77 0 0.13 0.72 170.18 0.63 0.17
Hex 10 47 3E 4D 0 D 48 AA 3F 11
Octal 20 107 76 115 0 15 110 252 77 21
Binary 10000 1000111 111110 1001101 0 1101 1001000 10101010 111111 10001

Color Harmonies of #10473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10473E

Black with #10473E

Text Example


Text Example

White with #10473E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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