#10362F

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

Shades of Deep Teal #10362F

Tints of Deep Teal #10362F

Color information

#10362F (or 0x10362F) is unknown color: approx Deep Teal. HEX triplet: 10, 36 and 2F. RGB value is (16,54,47). Sum of RGB (Red+Green+Blue) = 16+54+47=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #10362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10362F is #EFC9D0. Grayscale: #292929. Windows color (decimal): -15714769 or 3094032. OLE color: 3094032.

HSL color Cylindrical-coordinate representation of color #10362F: hue angle of 168.95º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #10362F is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB165447-
CMYK0.7000.130.79
HSL168.95º54.29%13.73%-
HSV(B)168.95º70.37%21.18%-
XYZ2.052.953.15-
YUV41.84130.91109.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 54 (21.48% from 255) = 46.15%
BLUE value IS 47 (18.75% from 255) = 40.17%
R=13.68%
G=46.15%
B=40.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1654470.7000.130.79168.9554.2913.73
Hex10362F460D4Fa936e
Octal2066571060151172516616
Binary100001101101011111000110011011001111101010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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