#154753

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

Shades of Teal Blue #154753

Tints of Teal Blue #154753

Color information

#154753 (or 0x154753) is unknown color: approx Teal Blue. HEX triplet: 15, 47 and 53. RGB value is (21,71,83). Sum of RGB (Red+Green+Blue) = 21+71+83=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #154753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154753 is #EAB8AC. Grayscale: #393939. Windows color (decimal): -15382701 or 5457685. OLE color: 5457685.

HSL color Cylindrical-coordinate representation of color #154753: hue angle of 191.61º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154753 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB217183-
CMYK0.750.1400.67
HSL191.61º59.62%20.39%-
HSV(B)191.61º74.7%32.55%-
XYZ4.125.298.99-
YUV57.42142.44102.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 71 (28.12% from 255) = 40.57%
BLUE value IS 83 (32.81% from 255) = 47.43%
R=12%
G=40.57%
B=47.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2171830.750.1400.67191.6159.6220.39
Hex1547534BE043c03c14
Octal251071231131601033007424
Binary101011000111101001110010111110010000111100000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154753; }

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

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

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

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

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

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

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

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