#184036

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

Shades of Deep Teal #184036

Tints of Deep Teal #184036

Color information

#184036 (or 0x184036) is unknown color: approx Deep Teal. HEX triplet: 18, 40 and 36. RGB value is (24,64,54). Sum of RGB (Red+Green+Blue) = 24+64+54=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #184036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184036 is #E7BFC9. Grayscale: #323232. Windows color (decimal): -15187914 or 3555352. OLE color: 3555352.

HSL color Cylindrical-coordinate representation of color #184036: hue angle of 165º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #184036 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB246454-
CMYK0.6200.160.75
HSL165º45.45%17.25%-
HSV(B)165º62.5%25.1%-
XYZ2.884.134.14-
YUV50.9129.75108.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.90%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=16.90%
G=45.07%
B=38.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2464540.6200.160.7516545.4517.25
Hex1840363E0104Ba52d11
Octal3010066760201132455521
Binary11000100000011011011111001000010010111010010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184036; }

 p { color: rgb(24,64,54); }

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

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

 a { background-color: rgb(24,64,54); }

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

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

 span { border-color: rgb(24,64,54); }

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