#154751

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

Shades of Teal Blue #154751

Tints of Teal Blue #154751

Color information

#154751 (or 0x154751) is unknown color: approx Teal Blue. HEX triplet: 15, 47 and 51. RGB value is (21,71,81). Sum of RGB (Red+Green+Blue) = 21+71+81=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #154751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154751 is #EAB8AE. Grayscale: #393939. Windows color (decimal): -15382703 or 5326613. OLE color: 5326613.

HSL color Cylindrical-coordinate representation of color #154751: hue angle of 190º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #154751 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB217181-
CMYK0.740.1200.68
HSL190º58.82%20%-
HSV(B)190º74.07%31.76%-
XYZ4.055.268.59-
YUV57.19141.44102.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=12.14%
G=41.04%
B=46.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2171810.740.1200.6819058.8220
Hex1547514AC044be3b14
Octal251071211121401042767324
Binary101011000111101000110010101100010001001011111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154751; }

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

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

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

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

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

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

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

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