Html Css Color HEX #184E41 Deep Teal

📋 copy color: '#184E41'

red 24 ◦ green 78 ◦ blue 65

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

Shades of Deep Teal #184E41

Tints of Deep Teal #184E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 46.71%

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

R = 14.37%
G = 46.71%
B = 38.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#184E41 (or 0x184E41) is known color: Deep Teal. HEX triplet: 18, 4E and 41. RGB value is (24,78,65). Sum of RGB (Red+Green+Blue) = 24+78+65=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #184E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184E41 is #E7B1BE. Grayscale: #3C3C3C. Windows color (decimal): -15184319 or 4279832. OLE color: 4279832.

HSL color Cylindrical-coordinate representation of color #184E41: hue angle of 165.56º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #184E41 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 78 65 -
CMYK 0.69 0 0.17 0.69
HSL 165.56º 0.53% 0.2% -
HSV(B) 165.56º 0.69% 0.31% -
XYZ 4.06 6.02 5.95 -
YUV 60.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 24 78 65 0.69 0 0.17 0.69 165.56 0.53 0.2
Hex 18 4E 41 45 0 11 45 A6 35 14
Octal 30 116 101 105 0 21 105 246 65 24
Binary 11000 1001110 1000001 1000101 0 10001 1000101 10100110 110101 10100

Color Harmonies of #184E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184E41

Black with #184E41

Text Example


Text Example

White with #184E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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