#154853

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

Shades of Teal Blue #154853

Tints of Teal Blue #154853

Color information

#154853 (or 0x154853) is unknown color: approx Teal Blue. HEX triplet: 15, 48 and 53. RGB value is (21,72,83). Sum of RGB (Red+Green+Blue) = 21+72+83=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #154853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154853 is #EAB7AC. Grayscale: #393939. Windows color (decimal): -15382445 or 5457941. OLE color: 5457941.

HSL color Cylindrical-coordinate representation of color #154853: hue angle of 190.65º 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 #154853 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB217283-
CMYK0.750.1300.67
HSL190.65º59.62%20.39%-
HSV(B)190.65º74.7%32.55%-
XYZ4.195.429.01-
YUV58142.1101.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 72 (28.52% from 255) = 40.91%
BLUE value IS 83 (32.81% from 255) = 47.16%
R=11.93%
G=40.91%
B=47.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2172830.750.1300.67190.6559.6220.39
Hex1548534BD043bf3c14
Octal251101231131501032777424
Binary101011001000101001110010111101010000111011111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154853; }

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

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

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

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

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

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

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

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