#154439

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

Shades of Deep Teal #154439

Tints of Deep Teal #154439

Color information

#154439 (or 0x154439) is unknown color: approx Deep Teal. HEX triplet: 15, 44 and 39. RGB value is (21,68,57). Sum of RGB (Red+Green+Blue) = 21+68+57=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #154439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154439 is #EABBC6. Grayscale: #343434. Windows color (decimal): -15383495 or 3752981. OLE color: 3752981.

HSL color Cylindrical-coordinate representation of color #154439: hue angle of 165.96º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #154439 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB216857-
CMYK0.6900.160.73
HSL165.96º52.81%17.45%-
HSV(B)165.96º69.12%26.67%-
XYZ3.114.594.59-
YUV52.69130.43105.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=14.38%
G=46.58%
B=39.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2168570.6900.160.73165.9652.8117.45
Hex1544394501049a63511
Octal25104711050201112466521
Binary101011000100111001100010101000010010011010011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154439; }

 p { color: rgb(21,68,57); }

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

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

 a { background-color: rgb(21,68,57); }

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

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

 span { border-color: rgb(21,68,57); }

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