Html Css Color HEX #10493F Deep Teal

📋 copy color: '#10493F'

red 16 ◦ green 73 ◦ blue 63

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

Shades of Deep Teal #10493F

Tints of Deep Teal #10493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.03%

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

R = 10.53%
G = 48.03%
B = 41.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#10493F (or 0x10493F) is known color: Deep Teal. HEX triplet: 10, 49 and 3F. RGB value is (16,73,63). Sum of RGB (Red+Green+Blue) = 16+73+63=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #10493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10493F is #EFB6C0. Grayscale: #363636. Windows color (decimal): -15709889 or 4147472. OLE color: 4147472.

HSL color Cylindrical-coordinate representation of color #10493F: hue angle of 169.47º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10493F is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 73 63 -
CMYK 0.78 0 0.14 0.71
HSL 169.47º 0.64% 0.17% -
HSV(B) 169.47º 0.78% 0.29% -
XYZ 3.49 5.23 5.53 -
YUV 54.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 16 73 63 0.78 0 0.14 0.71 169.47 0.64 0.17
Hex 10 49 3F 4E 0 E 47 A9 40 11
Octal 20 111 77 116 0 16 107 251 100 21
Binary 10000 1001001 111111 1001110 0 1110 1000111 10101001 1000000 10001

Color Harmonies of #10493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10493F

Black with #10493F

Text Example


Text Example

White with #10493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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