#154B3E

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

Shades of Deep Teal #154B3E

Tints of Deep Teal #154B3E

Color information

#154B3E (or 0x154B3E) is unknown color: approx Deep Teal. HEX triplet: 15, 4B and 3E. RGB value is (21,75,62). Sum of RGB (Red+Green+Blue) = 21+75+62=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #154B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B3E is #EAB4C1. Grayscale: #393939. Windows color (decimal): -15381698 or 4082453. OLE color: 4082453.

HSL color Cylindrical-coordinate representation of color #154B3E: hue angle of 165.56º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154B3E is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB217562-
CMYK0.7200.170.71
HSL165.56º56.25%18.82%-
HSV(B)165.56º72%29.41%-
XYZ3.695.545.43-
YUV57.37130.61102.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 75 (29.69% from 255) = 47.47%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=13.29%
G=47.47%
B=39.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2175620.7200.170.71165.5656.2518.82
Hex154B3E4801147a63813
Octal25113761100211072467023
Binary101011001011111110100100001000110001111010011011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154B3E; }

 p { color: rgb(21,75,62); }

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

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

 a { background-color: rgb(21,75,62); }

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

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

 span { border-color: rgb(21,75,62); }

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