#014838

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

Shades of Deep Teal #014838

Tints of Deep Teal #014838

Color information

#014838 (or 0x014838) is unknown color: approx Deep Teal. HEX triplet: 01, 48 and 38. RGB value is (1,72,56). Sum of RGB (Red+Green+Blue) = 1+72+56=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #014838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014838 is #FEB7C7. Grayscale: #303030. Windows color (decimal): -16693192 or 3688449. OLE color: 3688449.

HSL color Cylindrical-coordinate representation of color #014838: hue angle of 166.48º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014838 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB17256-
CMYK0.9900.220.72
HSL166.48º97.26%14.31%-
HSV(B)166.48º98.61%28.24%-
XYZ3.044.934.53-
YUV48.95131.9893.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 72 (28.52% from 255) = 55.81%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=0.78%
G=55.81%
B=43.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172560.9900.220.72166.4897.2614.31
Hex148386301648a661e
Octal11107014302611024614116
Binary11001000111000110001101011010010001010011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014838; }

 p { color: rgb(1,72,56); }

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

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

 a { background-color: rgb(1,72,56); }

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

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

 span { border-color: rgb(1,72,56); }

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