#155046

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

Shades of Deep Teal #155046

Tints of Deep Teal #155046

Color information

#155046 (or 0x155046) is unknown color: approx Deep Teal. HEX triplet: 15, 50 and 46. RGB value is (21,80,70). Sum of RGB (Red+Green+Blue) = 21+80+70=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #155046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155046 is #EAAFB9. Grayscale: #3D3D3D. Windows color (decimal): -15380410 or 4608021. OLE color: 4608021.

HSL color Cylindrical-coordinate representation of color #155046: hue angle of 169.83º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155046 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB218070-
CMYK0.7400.120.69
HSL169.83º58.42%19.8%-
HSV(B)169.83º73.75%31.37%-
XYZ4.286.346.79-
YUV61.22132.9599.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=12.28%
G=46.78%
B=40.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180700.7400.120.69169.8358.4219.8
Hex1550464A0C45aa3a14
Octal251201061120141052527224
Binary101011010000100011010010100110010001011010101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155046; }

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

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

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

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

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

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

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

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