#154135

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

Shades of Deep Teal #154135

Tints of Deep Teal #154135

Color information

#154135 (or 0x154135) is unknown color: approx Deep Teal. HEX triplet: 15, 41 and 35. RGB value is (21,65,53). Sum of RGB (Red+Green+Blue) = 21+65+53=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #154135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154135 is #EABECA. Grayscale: #323232. Windows color (decimal): -15384267 or 3490069. OLE color: 3490069.

HSL color Cylindrical-coordinate representation of color #154135: hue angle of 163.64º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154135 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB216553-
CMYK0.6800.180.75
HSL163.64º51.16%16.86%-
HSV(B)163.64º67.69%25.49%-
XYZ2.844.24.03-
YUV50.48129.42106.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 53 (21.09% from 255) = 38.13%
R=15.11%
G=46.76%
B=38.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2165530.6800.180.75163.6451.1616.86
Hex154135440124Ba43311
Octal25101651040221132446321
Binary101011000001110101100010001001010010111010010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154135; }

 p { color: rgb(21,65,53); }

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

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

 a { background-color: rgb(21,65,53); }

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

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

 span { border-color: rgb(21,65,53); }

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