#153934

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

Shades of Deep Teal #153934

Tints of Deep Teal #153934

Color information

#153934 (or 0x153934) is unknown color: approx Deep Teal. HEX triplet: 15, 39 and 34. RGB value is (21,57,52). Sum of RGB (Red+Green+Blue) = 21+57+52=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #153934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153934 is #EAC6CB. Grayscale: #2D2D2D. Windows color (decimal): -15386316 or 3422485. OLE color: 3422485.

HSL color Cylindrical-coordinate representation of color #153934: hue angle of 171.67º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #153934 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB215752-
CMYK0.6300.090.78
HSL171.67º46.15%15.29%-
HSV(B)171.67º63.16%22.35%-
XYZ2.393.333.77-
YUV45.67131.57110.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 52 (20.70% from 255) = 40%
R=16.15%
G=43.85%
B=40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2157520.6300.090.78171.6746.1515.29
Hex1539343F094Eac2ef
Octal257164770111162545617
Binary10101111001110100111111010011001110101011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153934; }

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

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

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

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

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

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

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

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