Html Css Color HEX #184641 Deep Teal

📋 copy color: '#184641'

red 24 ◦ green 70 ◦ blue 65

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

Shades of Deep Teal #184641

Tints of Deep Teal #184641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.03%

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

R = 15.09%
G = 44.03%
B = 40.88%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#184641 (or 0x184641) is known color: Deep Teal. HEX triplet: 18, 46 and 41. RGB value is (24,70,65). Sum of RGB (Red+Green+Blue) = 24+70+65=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #184641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184641 is #E7B9BE. Grayscale: #373737. Windows color (decimal): -15186367 or 4277784. OLE color: 4277784.

HSL color Cylindrical-coordinate representation of color #184641: hue angle of 173.48º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #184641 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 70 65 -
CMYK 0.66 0 0.07 0.73
HSL 173.48º 0.49% 0.18% -
HSV(B) 173.48º 0.66% 0.27% -
XYZ 3.52 4.96 5.77 -
YUV 55.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 24 70 65 0.66 0 0.07 0.73 173.48 0.49 0.18
Hex 18 46 41 42 0 7 49 AD 31 12
Octal 30 106 101 102 0 7 111 255 61 22
Binary 11000 1000110 1000001 1000010 0 111 1001001 10101101 110001 10010

Color Harmonies of #184641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184641

Black with #184641

Text Example


Text Example

White with #184641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184641; }

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

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

background-color css

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

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

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

border-color css

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

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

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