#155042

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

Shades of Deep Teal #155042

Tints of Deep Teal #155042

Color information

#155042 (or 0x155042) is unknown color: approx Deep Teal. HEX triplet: 15, 50 and 42. RGB value is (21,80,66). Sum of RGB (Red+Green+Blue) = 21+80+66=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #155042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155042 is #EAAFBD. Grayscale: #3C3C3C. Windows color (decimal): -15380414 or 4345877. OLE color: 4345877.

HSL color Cylindrical-coordinate representation of color #155042: hue angle of 165.76º 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 #155042 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB218066-
CMYK0.7400.170.69
HSL165.76º58.42%19.8%-
HSV(B)165.76º73.75%31.37%-
XYZ4.166.296.15-
YUV60.76130.9599.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=12.57%
G=47.90%
B=39.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180660.7400.170.69165.7658.4219.8
Hex1550424A01145a63a14
Octal251201021120211052467224
Binary1010110100001000010100101001000110001011010011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155042; }

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

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

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

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

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

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

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

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