#154035

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

Shades of Deep Teal #154035

Tints of Deep Teal #154035

Color information

#154035 (or 0x154035) is unknown color: approx Deep Teal. HEX triplet: 15, 40 and 35. RGB value is (21,64,53). Sum of RGB (Red+Green+Blue) = 21+64+53=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #154035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154035 is #EABFCA. Grayscale: #313131. Windows color (decimal): -15384523 or 3489813. OLE color: 3489813.

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

Color convert

RGB216453-
CMYK0.6700.170.75
HSL164.65º50.59%16.67%-
HSV(B)164.65º67.19%25.1%-
XYZ2.794.084.01-
YUV49.89129.75107.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=15.22%
G=46.38%
B=38.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164530.6700.170.75164.6550.5916.67
Hex154035430114Ba53311
Octal25100651030211132456321
Binary101011000000110101100001101000110010111010010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154035; }

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

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

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

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

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

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

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

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