#155246

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

Shades of Deep Teal #155246

Tints of Deep Teal #155246

Color information

#155246 (or 0x155246) is unknown color: approx Deep Teal. HEX triplet: 15, 52 and 46. RGB value is (21,82,70). Sum of RGB (Red+Green+Blue) = 21+82+70=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #155246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155246 is #EAADB9. Grayscale: #3E3E3E. Windows color (decimal): -15379898 or 4608533. OLE color: 4608533.

HSL color Cylindrical-coordinate representation of color #155246: hue angle of 168.2º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155246 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB218270-
CMYK0.7400.150.68
HSL168.2º59.22%20.2%-
HSV(B)168.2º74.39%32.16%-
XYZ4.436.646.84-
YUV62.39132.2998.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=12.14%
G=47.40%
B=40.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2182700.7400.150.68168.259.2220.2
Hex1552464A0F44a83b14
Octal251221061120171042507324
Binary101011010010100011010010100111110001001010100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155246; }

 p { color: rgb(21,82,70); }

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

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

 a { background-color: rgb(21,82,70); }

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

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

 span { border-color: rgb(21,82,70); }

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