Html Css Color HEX #10463B Deep Teal

📋 copy color: '#10463B'

red 16 ◦ green 70 ◦ blue 59

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

Shades of Deep Teal #10463B

Tints of Deep Teal #10463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.69%

R = 11.03%
G = 48.28%
B = 40.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#10463B (or 0x10463B) is known color: Deep Teal. HEX triplet: 10, 46 and 3B. RGB value is (16,70,59). Sum of RGB (Red+Green+Blue) = 16+70+59=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #10463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10463B is #EFB9C4. Grayscale: #343434. Windows color (decimal): -15710661 or 3884560. OLE color: 3884560.

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

Color convert

RGB 16 70 59 -
CMYK 0.77 0 0.16 0.73
HSL 167.78º 0.63% 0.17% -
HSV(B) 167.78º 0.77% 0.27% -
XYZ 3.19 4.81 4.9 -
YUV 52.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 16 70 59 0.77 0 0.16 0.73 167.78 0.63 0.17
Hex 10 46 3B 4D 0 10 49 A8 3F 11
Octal 20 106 73 115 0 20 111 250 77 21
Binary 10000 1000110 111011 1001101 0 10000 1001001 10101000 111111 10001

Color Harmonies of #10463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10463B

Black with #10463B

Text Example


Text Example

White with #10463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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