#184237

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

Shades of Deep Teal #184237

Tints of Deep Teal #184237

Color information

#184237 (or 0x184237) is unknown color: approx Deep Teal. HEX triplet: 18, 42 and 37. RGB value is (24,66,55). Sum of RGB (Red+Green+Blue) = 24+66+55=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #184237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184237 is #E7BDC8. Grayscale: #343434. Windows color (decimal): -15187401 or 3621400. OLE color: 3621400.

HSL color Cylindrical-coordinate representation of color #184237: hue angle of 164.29º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #184237 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB246655-
CMYK0.6400.170.74
HSL164.29º46.67%17.65%-
HSV(B)164.29º63.64%25.88%-
XYZ3.014.374.3-
YUV52.19129.59107.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=16.55%
G=45.52%
B=37.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2466550.6400.170.74164.2946.6717.65
Hex184237400114Aa42f12
Octal30102671000211122445722
Binary110001000010110111100000001000110010101010010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184237; }

 p { color: rgb(24,66,55); }

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

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

 a { background-color: rgb(24,66,55); }

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

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

 span { border-color: rgb(24,66,55); }

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