#154652

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

Shades of Teal Blue #154652

Tints of Teal Blue #154652

Color information

#154652 (or 0x154652) is unknown color: approx Teal Blue. HEX triplet: 15, 46 and 52. RGB value is (21,70,82). Sum of RGB (Red+Green+Blue) = 21+70+82=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #154652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154652 is #EAB9AD. Grayscale: #383838. Windows color (decimal): -15382958 or 5391893. OLE color: 5391893.

HSL color Cylindrical-coordinate representation of color #154652: hue angle of 191.8º 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 #154652 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB217082-
CMYK0.740.1500.68
HSL191.8º59.22%20.2%-
HSV(B)191.8º74.39%32.16%-
XYZ4.025.158.76-
YUV56.72142.27102.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=12.14%
G=40.46%
B=47.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2170820.740.1500.68191.859.2220.2
Hex1546524AF044c03b14
Octal251061221121701043007324
Binary101011000110101001010010101111010001001100000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154652; }

 p { color: rgb(21,70,82); }

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

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

 a { background-color: rgb(21,70,82); }

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

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

 span { border-color: rgb(21,70,82); }

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