Html Css Color HEX #10473C Deep Teal

📋 copy color: '#10473C'

red 16 ◦ green 71 ◦ blue 60

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

Shades of Deep Teal #10473C

Tints of Deep Teal #10473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.3%

 BLUE value IS 60 (23.83% from 255) = 40.82%

R = 10.88%
G = 48.3%
B = 40.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#10473C (or 0x10473C) is known color: Deep Teal. HEX triplet: 10, 47 and 3C. RGB value is (16,71,60). Sum of RGB (Red+Green+Blue) = 16+71+60=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #10473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10473C is #EFB8C3. Grayscale: #353535. Windows color (decimal): -15710404 or 3950352. OLE color: 3950352.

HSL color Cylindrical-coordinate representation of color #10473C: hue angle of 168º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10473C is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 60 -
CMYK 0.77 0 0.15 0.72
HSL 168º 0.63% 0.17% -
HSV(B) 168º 0.77% 0.28% -
XYZ 3.28 4.94 5.06 -
YUV 53.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 16 71 60 0.77 0 0.15 0.72 168 0.63 0.17
Hex 10 47 3C 4D 0 F 48 A8 3F 11
Octal 20 107 74 115 0 17 110 250 77 21
Binary 10000 1000111 111100 1001101 0 1111 1001000 10101000 111111 10001

Color Harmonies of #10473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10473C

Black with #10473C

Text Example


Text Example

White with #10473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10473C; }

 p { color: rgb(16,71,60); }

 H1.HeaderClassName
 {
   color: #10473C;
 }
 .AnyTagClassName
 {
   color: #10473C;
 }
</style>

background-color css

<style>
 a { background-color: #10473C; }

 a { background-color: rgb(16,71,60); }

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

border-color css

<style>
 span { border-color: #10473C; }

 span { border-color: rgb(16,71,60); }

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