Html Css Color HEX #16463D Deep Teal

📋 copy color: '#16463D'

red 22 ◦ green 70 ◦ blue 61

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

Shades of Deep Teal #16463D

Tints of Deep Teal #16463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.87%

R = 14.38%
G = 45.75%
B = 39.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#16463D (or 0x16463D) is known color: Deep Teal. HEX triplet: 16, 46 and 3D. RGB value is (22,70,61). Sum of RGB (Red+Green+Blue) = 22+70+61=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #16463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16463D is #E9B9C2. Grayscale: #363636. Windows color (decimal): -15317443 or 4015638. OLE color: 4015638.

HSL color Cylindrical-coordinate representation of color #16463D: hue angle of 168.75º 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 #16463D is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 22 70 61 -
CMYK 0.69 0 0.13 0.73
HSL 168.75º 0.52% 0.18% -
HSV(B) 168.75º 0.69% 0.27% -
XYZ 3.36 4.89 5.18 -
YUV 54.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 22 70 61 0.69 0 0.13 0.73 168.75 0.52 0.18
Hex 16 46 3D 45 0 D 49 A9 34 12
Octal 26 106 75 105 0 15 111 251 64 22
Binary 10110 1000110 111101 1000101 0 1101 1001001 10101001 110100 10010

Color Harmonies of #16463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16463D

Black with #16463D

Text Example


Text Example

White with #16463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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