#153B34

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

Shades of Deep Teal #153B34

Tints of Deep Teal #153B34

Color information

#153B34 (or 0x153B34) is unknown color: approx Deep Teal. HEX triplet: 15, 3B and 34. RGB value is (21,59,52). Sum of RGB (Red+Green+Blue) = 21+59+52=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 59 - color contains mainly: green. Hex color #153B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B34 is #EAC4CB. Grayscale: #2E2E2E. Windows color (decimal): -15385804 or 3422997. OLE color: 3422997.

HSL color Cylindrical-coordinate representation of color #153B34: hue angle of 168.95º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153B34 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB215952-
CMYK0.6400.120.77
HSL168.95º47.5%15.69%-
HSV(B)168.95º64.41%23.14%-
XYZ2.493.543.8-
YUV46.84130.91109.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 59 (23.44% from 255) = 44.70%
BLUE value IS 52 (20.70% from 255) = 39.39%
R=15.91%
G=44.70%
B=39.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2159520.6400.120.77168.9547.515.69
Hex153B34400C4Da93010
Octal2573641000141152516020
Binary1010111101111010010000000110010011011010100111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153B34; }

 p { color: rgb(21,59,52); }

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

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

 a { background-color: rgb(21,59,52); }

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

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

 span { border-color: rgb(21,59,52); }

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