Html Css Color HEX #10493D Deep Teal

📋 copy color: '#10493D'

red 16 ◦ green 73 ◦ blue 61

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

Shades of Deep Teal #10493D

Tints of Deep Teal #10493D

RGB

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

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

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

R = 10.67%
G = 48.67%
B = 40.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#10493D (or 0x10493D) is known color: Deep Teal. HEX triplet: 10, 49 and 3D. RGB value is (16,73,61). Sum of RGB (Red+Green+Blue) = 16+73+61=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #10493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10493D is #EFB6C2. Grayscale: #363636. Windows color (decimal): -15709891 or 4016400. OLE color: 4016400.

HSL color Cylindrical-coordinate representation of color #10493D: hue angle of 167.37º 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 #10493D is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 73 61 -
CMYK 0.78 0 0.16 0.71
HSL 167.37º 0.64% 0.17% -
HSV(B) 167.37º 0.78% 0.29% -
XYZ 3.44 5.21 5.24 -
YUV 54.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 16 73 61 0.78 0 0.16 0.71 167.37 0.64 0.17
Hex 10 49 3D 4E 0 10 47 A7 40 11
Octal 20 111 75 116 0 20 107 247 100 21
Binary 10000 1001001 111101 1001110 0 10000 1000111 10100111 1000000 10001

Color Harmonies of #10493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10493D

Black with #10493D

Text Example


Text Example

White with #10493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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