#10372F

Color #10372F Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #10372F

Tints of Deep Teal #10372F

Color information

#10372F (or 0x10372F) is unknown color: approx Deep Teal. HEX triplet: 10, 37 and 2F. RGB value is (16,55,47). Sum of RGB (Red+Green+Blue) = 16+55+47=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #10372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10372F is #EFC8D0. Grayscale: #2A2A2A. Windows color (decimal): -15714513 or 3094288. OLE color: 3094288.

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

Color convert

RGB165547-
CMYK0.7100.150.78
HSL167.69º54.93%13.92%-
HSV(B)167.69º70.91%21.57%-
XYZ2.093.053.17-
YUV42.43130.58109.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.56%
GREEN value IS 55 (21.88% from 255) = 46.61%
BLUE value IS 47 (18.75% from 255) = 39.83%
R=13.56%
G=46.61%
B=39.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1655470.7100.150.78167.6954.9313.92
Hex10372F470F4Ea837e
Octal2067571070171162506716
Binary100001101111011111000111011111001110101010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,55,47); }

 H1.HeaderClassName
 {
   color: #10372F;
 }
 .AnyTagClassName
 {
   color: #10372F;
 }
</style>
background-color css

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

 a { background-color: rgb(16,55,47); }

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

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

 span { border-color: rgb(16,55,47); }

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