#014035

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

Shades of Deep Teal #014035

Tints of Deep Teal #014035

Color information

#014035 (or 0x014035) is unknown color: approx Deep Teal. HEX triplet: 01, 40 and 35. RGB value is (1,64,53). Sum of RGB (Red+Green+Blue) = 1+64+53=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #014035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014035 is #FEBFCA. Grayscale: #2B2B2B. Windows color (decimal): -16695243 or 3489793. OLE color: 3489793.

HSL color Cylindrical-coordinate representation of color #014035: hue angle of 169.52º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014035 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB16453-
CMYK0.9800.170.75
HSL169.52º96.92%12.75%-
HSV(B)169.52º98.44%25.1%-
XYZ2.493.934-
YUV43.91133.1397.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 64 (25.39% from 255) = 54.24%
BLUE value IS 53 (21.09% from 255) = 44.92%
R=0.85%
G=54.24%
B=44.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164530.9800.170.75169.5296.9212.75
Hex14035620114Baa61d
Octal11006514202111325214115
Binary11000000110101110001001000110010111010101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014035; }

 p { color: rgb(1,64,53); }

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

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

 a { background-color: rgb(1,64,53); }

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

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

 span { border-color: rgb(1,64,53); }

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