#184138

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

Shades of Deep Teal #184138

Tints of Deep Teal #184138

Color information

#184138 (or 0x184138) is unknown color: approx Deep Teal. HEX triplet: 18, 41 and 38. RGB value is (24,65,56). Sum of RGB (Red+Green+Blue) = 24+65+56=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #184138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184138 is #E7BEC7. Grayscale: #333333. Windows color (decimal): -15187656 or 3686680. OLE color: 3686680.

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

Color convert

RGB246556-
CMYK0.6300.140.75
HSL166.83º46.07%17.45%-
HSV(B)166.83º63.08%25.49%-
XYZ2.984.264.41-
YUV51.72130.42108.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=16.55%
G=44.83%
B=38.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465560.6300.140.75166.8346.0717.45
Hex1841383F0E4Ba72e11
Octal3010170770161132475621
Binary1100010000011110001111110111010010111010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184138; }

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

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

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

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

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

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

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

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