Html Css Color HEX #16473F Deep Teal

📋 copy color: '#16473F'

red 22 ◦ green 71 ◦ blue 63

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

Shades of Deep Teal #16473F

Tints of Deep Teal #16473F

RGB

 RED value IS 22 (8.98% from 255) = 14.1%

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

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

R = 14.1%
G = 45.51%
B = 40.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#16473F (or 0x16473F) is known color: Deep Teal. HEX triplet: 16, 47 and 3F. RGB value is (22,71,63). Sum of RGB (Red+Green+Blue) = 22+71+63=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #16473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16473F is #E9B8C0. Grayscale: #373737. Windows color (decimal): -15317185 or 4146966. OLE color: 4146966.

HSL color Cylindrical-coordinate representation of color #16473F: hue angle of 170.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16473F is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 22 71 63 -
CMYK 0.69 0 0.11 0.72
HSL 170.2º 0.53% 0.18% -
HSV(B) 170.2º 0.69% 0.28% -
XYZ 3.48 5.04 5.49 -
YUV 55.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 22 71 63 0.69 0 0.11 0.72 170.2 0.53 0.18
Hex 16 47 3F 45 0 B 48 AA 35 12
Octal 26 107 77 105 0 13 110 252 65 22
Binary 10110 1000111 111111 1000101 0 1011 1001000 10101010 110101 10010

Color Harmonies of #16473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16473F

Black with #16473F

Text Example


Text Example

White with #16473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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