#154036

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

Shades of Deep Teal #154036

Tints of Deep Teal #154036

Color information

#154036 (or 0x154036) is unknown color: approx Deep Teal. HEX triplet: 15, 40 and 36. RGB value is (21,64,54). Sum of RGB (Red+Green+Blue) = 21+64+54=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #154036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154036 is #EABFC9. Grayscale: #313131. Windows color (decimal): -15384522 or 3555349. OLE color: 3555349.

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

Color convert

RGB216454-
CMYK0.6700.160.75
HSL166.05º50.59%16.67%-
HSV(B)166.05º67.19%25.1%-
XYZ2.814.094.13-
YUV50130.25107.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 54 (21.48% from 255) = 38.85%
R=15.11%
G=46.04%
B=38.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164540.6700.160.75166.0550.5916.67
Hex154036430104Ba63311
Octal25100661030201132466321
Binary101011000000110110100001101000010010111010011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154036; }

 p { color: rgb(21,64,54); }

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

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

 a { background-color: rgb(21,64,54); }

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

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

 span { border-color: rgb(21,64,54); }

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