#153D33

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

Shades of Deep Teal #153D33

Tints of Deep Teal #153D33

Color information

#153D33 (or 0x153D33) is unknown color: approx Deep Teal. HEX triplet: 15, 3D and 33. RGB value is (21,61,51). Sum of RGB (Red+Green+Blue) = 21+61+51=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 61 - color contains mainly: green. Hex color #153D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D33 is #EAC2CC. Grayscale: #2F2F2F. Windows color (decimal): -15385293 or 3357973. OLE color: 3357973.

HSL color Cylindrical-coordinate representation of color #153D33: hue angle of 165º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #153D33 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB216151-
CMYK0.6600.160.76
HSL165º48.78%16.08%-
HSV(B)165º65.57%23.92%-
XYZ2.583.743.72-
YUV47.9129.75108.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 61 (24.22% from 255) = 45.86%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=15.79%
G=45.86%
B=38.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2161510.6600.160.7616548.7816.08
Hex153D33420104Ca53110
Octal2575631020201142456120
Binary10101111101110011100001001000010011001010010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,61,51); }

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

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

 a { background-color: rgb(21,61,51); }

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

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

 span { border-color: rgb(21,61,51); }

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