#155362

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

Shades of Teal Blue #155362

Tints of Teal Blue #155362

Color information

#155362 (or 0x155362) is unknown color: approx Teal Blue. HEX triplet: 15, 53 and 62. RGB value is (21,83,98). Sum of RGB (Red+Green+Blue) = 21+83+98=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #155362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155362 is #EAAC9D. Grayscale: #424242. Windows color (decimal): -15379614 or 6443797. OLE color: 6443797.

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

Color convert

RGB218398-
CMYK0.790.1500.62
HSL191.69º64.71%23.33%-
HSV(B)191.69º78.57%38.43%-
XYZ5.617.2312.65-
YUV66.17145.9695.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=10.40%
G=41.09%
B=48.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2183980.790.1500.62191.6964.7123.33
Hex1553624FF03Ec04117
Octal251231421171707630010127
Binary101011010011110001010011111111011111011000000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155362; }

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

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

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

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

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

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

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

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