#184038

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

Shades of Deep Teal #184038

Tints of Deep Teal #184038

Color information

#184038 (or 0x184038) is unknown color: approx Deep Teal. HEX triplet: 18, 40 and 38. RGB value is (24,64,56). Sum of RGB (Red+Green+Blue) = 24+64+56=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #184038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184038 is #E7BFC7. Grayscale: #333333. Windows color (decimal): -15187912 or 3686424. OLE color: 3686424.

HSL color Cylindrical-coordinate representation of color #184038: hue angle of 168º 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 #184038 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB246456-
CMYK0.6200.130.75
HSL168º45.45%17.25%-
HSV(B)168º62.5%25.1%-
XYZ2.924.154.39-
YUV51.13130.75108.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.67%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=16.67%
G=44.44%
B=38.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2464560.6200.130.7516845.4517.25
Hex1840383E0D4Ba82d11
Octal3010070760151132505521
Binary1100010000001110001111100110110010111010100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184038; }

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

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

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

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

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

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

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

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