Html Css Color HEX #184137 Deep Teal

📋 copy color: '#184137'

red 24 ◦ green 65 ◦ blue 55

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

Shades of Deep Teal #184137

Tints of Deep Teal #184137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.14%

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

R = 16.67%
G = 45.14%
B = 38.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#184137 (or 0x184137) is known color: Deep Teal. HEX triplet: 18, 41 and 37. RGB value is (24,65,55). Sum of RGB (Red+Green+Blue) = 24+65+55=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #184137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184137 is #E7BEC8. Grayscale: #333333. Windows color (decimal): -15187657 or 3621144. OLE color: 3621144.

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

Color convert

RGB 24 65 55 -
CMYK 0.63 0 0.15 0.75
HSL 165.37º 0.46% 0.17% -
HSV(B) 165.37º 0.63% 0.25% -
XYZ 2.96 4.25 4.28 -
YUV 51.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 24 65 55 0.63 0 0.15 0.75 165.37 0.46 0.17
Hex 18 41 37 3F 0 F 4B A5 2E 11
Octal 30 101 67 77 0 17 113 245 56 21
Binary 11000 1000001 110111 111111 0 1111 1001011 10100101 101110 10001

Color Harmonies of #184137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184137

Black with #184137

Text Example


Text Example

White with #184137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184137; }

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

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

background-color css

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

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

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

border-color css

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

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

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