#154037

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

Shades of Deep Teal #154037

Tints of Deep Teal #154037

Color information

#154037 (or 0x154037) is unknown color: approx Deep Teal. HEX triplet: 15, 40 and 37. RGB value is (21,64,55). Sum of RGB (Red+Green+Blue) = 21+64+55=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #154037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154037 is #EABFC8. Grayscale: #323232. Windows color (decimal): -15384521 or 3620885. OLE color: 3620885.

HSL color Cylindrical-coordinate representation of color #154037: hue angle of 167.44º 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 #154037 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB216455-
CMYK0.6700.140.75
HSL167.44º50.59%16.67%-
HSV(B)167.44º67.19%25.1%-
XYZ2.834.14.26-
YUV50.12130.75107.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 55 (21.88% from 255) = 39.29%
R=15%
G=45.71%
B=39.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164550.6700.140.75167.4450.5916.67
Hex154037430E4Ba73311
Octal25100671030161132476321
Binary10101100000011011110000110111010010111010011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154037; }

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

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

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

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

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

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

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

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