Html Css Color HEX #184841 Deep Teal

📋 copy color: '#184841'

red 24 ◦ green 72 ◦ blue 65

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

Shades of Deep Teal #184841

Tints of Deep Teal #184841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.72%

 BLUE value IS 65 (25.78% from 255) = 40.37%

R = 14.91%
G = 44.72%
B = 40.37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#184841 (or 0x184841) is known color: Deep Teal. HEX triplet: 18, 48 and 41. RGB value is (24,72,65). Sum of RGB (Red+Green+Blue) = 24+72+65=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #184841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184841 is #E7B7BE. Grayscale: #383838. Windows color (decimal): -15185855 or 4278296. OLE color: 4278296.

HSL color Cylindrical-coordinate representation of color #184841: hue angle of 171.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184841 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 72 65 -
CMYK 0.67 0 0.10 0.72
HSL 171.25º 0.5% 0.19% -
HSV(B) 171.25º 0.67% 0.28% -
XYZ 3.65 5.21 5.81 -
YUV 56.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 24 72 65 0.67 0 0.10 0.72 171.25 0.5 0.19
Hex 18 48 41 43 0 A 48 AB 32 13
Octal 30 110 101 103 0 12 110 253 62 23
Binary 11000 1001000 1000001 1000011 0 1010 1001000 10101011 110010 10011

Color Harmonies of #184841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184841

Black with #184841

Text Example


Text Example

White with #184841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184841; }

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

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

background-color css

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

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

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

border-color css

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

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

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