#155360

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

Shades of Teal Blue #155360

Tints of Teal Blue #155360

Color information

#155360 (or 0x155360) is unknown color: approx Teal Blue. HEX triplet: 15, 53 and 60. RGB value is (21,83,96). Sum of RGB (Red+Green+Blue) = 21+83+96=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #155360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155360 is #EAAC9F. Grayscale: #414141. Windows color (decimal): -15379616 or 6312725. OLE color: 6312725.

HSL color Cylindrical-coordinate representation of color #155360: hue angle of 190.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155360 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB218396-
CMYK0.780.1400.62
HSL190.4º64.1%22.94%-
HSV(B)190.4º78.12%37.65%-
XYZ5.517.1912.16-
YUV65.94144.9695.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 96 (37.89% from 255) = 48%
R=10.5%
G=41.5%
B=48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2183960.780.1400.62190.464.122.94
Hex1553604EE03Ebe4017
Octal251231401161607627610027
Binary101011010011110000010011101110011111010111110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155360; }

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

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

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

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

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

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

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

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