#154739

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

Shades of Deep Teal #154739

Tints of Deep Teal #154739

Color information

#154739 (or 0x154739) is unknown color: approx Deep Teal. HEX triplet: 15, 47 and 39. RGB value is (21,71,57). Sum of RGB (Red+Green+Blue) = 21+71+57=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #154739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154739 is #EAB8C6. Grayscale: #363636. Windows color (decimal): -15382727 or 3753749. OLE color: 3753749.

HSL color Cylindrical-coordinate representation of color #154739: hue angle of 163.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154739 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB217157-
CMYK0.7000.200.72
HSL163.2º54.35%18.04%-
HSV(B)163.2º70.42%27.84%-
XYZ3.34.964.65-
YUV54.45129.44104.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 71 (28.12% from 255) = 47.65%
BLUE value IS 57 (22.66% from 255) = 38.26%
R=14.09%
G=47.65%
B=38.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171570.7000.200.72163.254.3518.04
Hex1547394601448a33612
Octal25107711060241102436622
Binary101011000111111001100011001010010010001010001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154739; }

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

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

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

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

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

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

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

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