#155045

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

Shades of Deep Teal #155045

Tints of Deep Teal #155045

Color information

#155045 (or 0x155045) is unknown color: approx Deep Teal. HEX triplet: 15, 50 and 45. RGB value is (21,80,69). Sum of RGB (Red+Green+Blue) = 21+80+69=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #155045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155045 is #EAAFBA. Grayscale: #3D3D3D. Windows color (decimal): -15380411 or 4542485. OLE color: 4542485.

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

Color convert

RGB218069-
CMYK0.7400.140.69
HSL168.81º58.42%19.8%-
HSV(B)168.81º73.75%31.37%-
XYZ4.256.336.63-
YUV61.1132.4599.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 69 (27.34% from 255) = 40.59%
R=12.35%
G=47.06%
B=40.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180690.7400.140.69168.8158.4219.8
Hex1550454A0E45a93a14
Octal251201051120161052517224
Binary101011010000100010110010100111010001011010100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155045; }

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

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

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

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

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

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

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

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