Html Css Color HEX #10463A Deep Teal

📋 copy color: '#10463A'

red 16 ◦ green 70 ◦ blue 58

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

Shades of Deep Teal #10463A

Tints of Deep Teal #10463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40.28%

R = 11.11%
G = 48.61%
B = 40.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#10463A (or 0x10463A) is known color: Deep Teal. HEX triplet: 10, 46 and 3A. RGB value is (16,70,58). Sum of RGB (Red+Green+Blue) = 16+70+58=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #10463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10463A is #EFB9C5. Grayscale: #343434. Windows color (decimal): -15710662 or 3819024. OLE color: 3819024.

HSL color Cylindrical-coordinate representation of color #10463A: hue angle of 166.67º 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 #10463A is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 70 58 -
CMYK 0.77 0 0.17 0.73
HSL 166.67º 0.63% 0.17% -
HSV(B) 166.67º 0.77% 0.27% -
XYZ 3.17 4.8 4.76 -
YUV 52.49 131.11 101.98 -
System Red Green Blue C M Y K H S L
Decimal 16 70 58 0.77 0 0.17 0.73 166.67 0.63 0.17
Hex 10 46 3A 4D 0 11 49 A7 3F 11
Octal 20 106 72 115 0 21 111 247 77 21
Binary 10000 1000110 111010 1001101 0 10001 1001001 10100111 111111 10001

Color Harmonies of #10463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10463A

Black with #10463A

Text Example


Text Example

White with #10463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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