Html Css Color HEX #10463F Deep Teal

📋 copy color: '#10463F'

red 16 ◦ green 70 ◦ blue 63

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

Shades of Deep Teal #10463F

Tints of Deep Teal #10463F

RGB

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

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

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

R = 10.74%
G = 46.98%
B = 42.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#10463F (or 0x10463F) is known color: Deep Teal. HEX triplet: 10, 46 and 3F. RGB value is (16,70,63). Sum of RGB (Red+Green+Blue) = 16+70+63=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #10463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10463F is #EFB9C0. Grayscale: #353535. Windows color (decimal): -15710657 or 4146704. OLE color: 4146704.

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

Color convert

RGB 16 70 63 -
CMYK 0.77 0 0.10 0.73
HSL 172.22º 0.63% 0.17% -
HSV(B) 172.22º 0.77% 0.27% -
XYZ 3.3 4.85 5.46 -
YUV 53.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 16 70 63 0.77 0 0.10 0.73 172.22 0.63 0.17
Hex 10 46 3F 4D 0 A 49 AC 3F 11
Octal 20 106 77 115 0 12 111 254 77 21
Binary 10000 1000110 111111 1001101 0 1010 1001001 10101100 111111 10001

Color Harmonies of #10463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10463F

Black with #10463F

Text Example


Text Example

White with #10463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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