#154B3F

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

Shades of Deep Teal #154B3F

Tints of Deep Teal #154B3F

Color information

#154B3F (or 0x154B3F) is unknown color: approx Deep Teal. HEX triplet: 15, 4B and 3F. RGB value is (21,75,63). Sum of RGB (Red+Green+Blue) = 21+75+63=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #154B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B3F is #EAB4C0. Grayscale: #393939. Windows color (decimal): -15381697 or 4147989. OLE color: 4147989.

HSL color Cylindrical-coordinate representation of color #154B3F: hue angle of 166.67º 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 #154B3F is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB217563-
CMYK0.7200.160.71
HSL166.67º56.25%18.82%-
HSV(B)166.67º72%29.41%-
XYZ3.725.555.58-
YUV57.49131.11101.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 75 (29.69% from 255) = 47.17%
BLUE value IS 63 (25% from 255) = 39.62%
R=13.21%
G=47.17%
B=39.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2175630.7200.160.71166.6756.2518.82
Hex154B3F4801047a73813
Octal25113771100201072477023
Binary101011001011111111100100001000010001111010011111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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