Html Css Color HEX #10473F Deep Teal

📋 copy color: '#10473F'

red 16 ◦ green 71 ◦ blue 63

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

Shades of Deep Teal #10473F

Tints of Deep Teal #10473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 42%

R = 10.67%
G = 47.33%
B = 42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#10473F (or 0x10473F) is known color: Deep Teal. HEX triplet: 10, 47 and 3F. RGB value is (16,71,63). Sum of RGB (Red+Green+Blue) = 16+71+63=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #10473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10473F is #EFB8C0. Grayscale: #353535. Windows color (decimal): -15710401 or 4146960. OLE color: 4146960.

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

Color convert

RGB 16 71 63 -
CMYK 0.77 0 0.11 0.72
HSL 171.27º 0.63% 0.17% -
HSV(B) 171.27º 0.77% 0.28% -
XYZ 3.36 4.98 5.49 -
YUV 53.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 16 71 63 0.77 0 0.11 0.72 171.27 0.63 0.17
Hex 10 47 3F 4D 0 B 48 AB 3F 11
Octal 20 107 77 115 0 13 110 253 77 21
Binary 10000 1000111 111111 1001101 0 1011 1001000 10101011 111111 10001

Color Harmonies of #10473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10473F

Black with #10473F

Text Example


Text Example

White with #10473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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