#154337

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

Shades of Deep Teal #154337

Tints of Deep Teal #154337

Color information

#154337 (or 0x154337) is unknown color: approx Deep Teal. HEX triplet: 15, 43 and 37. RGB value is (21,67,55). Sum of RGB (Red+Green+Blue) = 21+67+55=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #154337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154337 is #EABCC8. Grayscale: #333333. Windows color (decimal): -15383753 or 3621653. OLE color: 3621653.

HSL color Cylindrical-coordinate representation of color #154337: hue angle of 164.35º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #154337 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB216755-
CMYK0.6900.180.74
HSL164.35º52.27%17.25%-
HSV(B)164.35º68.66%26.27%-
XYZ3.014.454.31-
YUV51.88129.76105.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 55 (21.88% from 255) = 38.46%
R=14.69%
G=46.85%
B=38.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2167550.6900.180.74164.3552.2717.25
Hex154337450124Aa43411
Octal25103671050221122446421
Binary101011000011110111100010101001010010101010010011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154337; }

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

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

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

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

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

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

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

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