Html Css Color HEX #10463D Deep Teal

📋 copy color: '#10463D'

red 16 ◦ green 70 ◦ blue 61

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

Shades of Deep Teal #10463D

Tints of Deep Teal #10463D

RGB

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

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

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

R = 10.88%
G = 47.62%
B = 41.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#10463D (or 0x10463D) is known color: Deep Teal. HEX triplet: 10, 46 and 3D. RGB value is (16,70,61). Sum of RGB (Red+Green+Blue) = 16+70+61=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #10463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10463D is #EFB9C2. Grayscale: #343434. Windows color (decimal): -15710659 or 4015632. OLE color: 4015632.

HSL color Cylindrical-coordinate representation of color #10463D: hue angle of 170º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10463D is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 70 61 -
CMYK 0.77 0 0.13 0.73
HSL 170º 0.63% 0.17% -
HSV(B) 170º 0.77% 0.27% -
XYZ 3.25 4.83 5.18 -
YUV 52.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 16 70 61 0.77 0 0.13 0.73 170 0.63 0.17
Hex 10 46 3D 4D 0 D 49 AA 3F 11
Octal 20 106 75 115 0 15 111 252 77 21
Binary 10000 1000110 111101 1001101 0 1101 1001001 10101010 111111 10001

Color Harmonies of #10463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10463D

Black with #10463D

Text Example


Text Example

White with #10463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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