Html Css Color HEX #184037 Deep Teal

📋 copy color: '#184037'

red 24 ◦ green 64 ◦ blue 55

#184037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #184037

Tints of Deep Teal #184037

RGB

 RED value IS 24 (9.77% from 255) = 16.78%

 GREEN value IS 64 (25.39% from 255) = 44.76%

 BLUE value IS 55 (21.88% from 255) = 38.46%

R = 16.78%
G = 44.76%
B = 38.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#184037 (or 0x184037) is known color: Deep Teal. HEX triplet: 18, 40 and 37. RGB value is (24,64,55). Sum of RGB (Red+Green+Blue) = 24+64+55=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #184037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184037 is #E7BFC8. Grayscale: #333333. Windows color (decimal): -15187913 or 3620888. OLE color: 3620888.

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

Color convert

RGB 24 64 55 -
CMYK 0.62 0 0.14 0.75
HSL 166.5º 0.45% 0.17% -
HSV(B) 166.5º 0.63% 0.25% -
XYZ 2.9 4.14 4.26 -
YUV 51.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 24 64 55 0.62 0 0.14 0.75 166.5 0.45 0.17
Hex 18 40 37 3E 0 E 4B A6 2D 11
Octal 30 100 67 76 0 16 113 246 55 21
Binary 11000 1000000 110111 111110 0 1110 1001011 10100110 101101 10001

Color Harmonies of #184037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184037

Black with #184037

Text Example


Text Example

White with #184037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184037; }

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

 H1.HeaderClassName
 {
   color: #184037;
 }
 .AnyTagClassName
 {
   color: #184037;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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