#154955

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

Shades of Teal Blue #154955

Tints of Teal Blue #154955

Color information

#154955 (or 0x154955) is unknown color: approx Teal Blue. HEX triplet: 15, 49 and 55. RGB value is (21,73,85). Sum of RGB (Red+Green+Blue) = 21+73+85=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #154955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154955 is #EAB6AA. Grayscale: #3A3A3A. Windows color (decimal): -15382187 or 5589269. OLE color: 5589269.

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

Color convert

RGB217385-
CMYK0.750.1400.67
HSL191.25º60.38%20.78%-
HSV(B)191.25º75.29%33.33%-
XYZ4.335.589.44-
YUV58.82142.77101.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.73%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=11.73%
G=40.78%
B=47.49%

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
Decimal2173850.750.1400.67191.2560.3820.78
Hex1549554BE043bf3c15
Octal251111251131601032777425
Binary101011001001101010110010111110010000111011111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154955; }

 p { color: rgb(21,73,85); }

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

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

 a { background-color: rgb(21,73,85); }

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

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

 span { border-color: rgb(21,73,85); }

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