Html Css Color HEX #16463F Deep Teal

📋 copy color: '#16463F'

red 22 ◦ green 70 ◦ blue 63

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

Shades of Deep Teal #16463F

Tints of Deep Teal #16463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.16%

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

R = 14.19%
G = 45.16%
B = 40.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#16463F (or 0x16463F) is known color: Deep Teal. HEX triplet: 16, 46 and 3F. RGB value is (22,70,63). Sum of RGB (Red+Green+Blue) = 22+70+63=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #16463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16463F is #E9B9C0. Grayscale: #363636. Windows color (decimal): -15317441 or 4146710. OLE color: 4146710.

HSL color Cylindrical-coordinate representation of color #16463F: hue angle of 171.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16463F is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 22 70 63 -
CMYK 0.69 0 0.10 0.73
HSL 171.25º 0.52% 0.18% -
HSV(B) 171.25º 0.69% 0.27% -
XYZ 3.42 4.91 5.47 -
YUV 54.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 22 70 63 0.69 0 0.10 0.73 171.25 0.52 0.18
Hex 16 46 3F 45 0 A 49 AB 34 12
Octal 26 106 77 105 0 12 111 253 64 22
Binary 10110 1000110 111111 1000101 0 1010 1001001 10101011 110100 10010

Color Harmonies of #16463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16463F

Black with #16463F

Text Example


Text Example

White with #16463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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