Html Css Color HEX #10473A Deep Teal

📋 copy color: '#10473A'

red 16 ◦ green 71 ◦ blue 58

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

Shades of Deep Teal #10473A

Tints of Deep Teal #10473A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40%

R = 11.03%
G = 48.97%
B = 40%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#10473A (or 0x10473A) is known color: Deep Teal. HEX triplet: 10, 47 and 3A. RGB value is (16,71,58). Sum of RGB (Red+Green+Blue) = 16+71+58=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #10473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10473A is #EFB8C5. Grayscale: #353535. Windows color (decimal): -15710406 or 3819280. OLE color: 3819280.

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

Color convert

RGB 16 71 58 -
CMYK 0.77 0 0.18 0.72
HSL 165.82º 0.63% 0.17% -
HSV(B) 165.82º 0.77% 0.28% -
XYZ 3.23 4.92 4.78 -
YUV 53.07 130.78 101.56 -
System Red Green Blue C M Y K H S L
Decimal 16 71 58 0.77 0 0.18 0.72 165.82 0.63 0.17
Hex 10 47 3A 4D 0 12 48 A6 3F 11
Octal 20 107 72 115 0 22 110 246 77 21
Binary 10000 1000111 111010 1001101 0 10010 1001000 10100110 111111 10001

Color Harmonies of #10473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10473A

Black with #10473A

Text Example


Text Example

White with #10473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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