Html Css Color HEX #184740 Deep Teal

📋 copy color: '#184740'

red 24 ◦ green 71 ◦ blue 64

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

Shades of Deep Teal #184740

Tints of Deep Teal #184740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.65%

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 15.09%
G = 44.65%
B = 40.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#184740 (or 0x184740) is known color: Deep Teal. HEX triplet: 18, 47 and 40. RGB value is (24,71,64). Sum of RGB (Red+Green+Blue) = 24+71+64=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #184740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184740 is #E7B8BF. Grayscale: #383838. Windows color (decimal): -15186112 or 4212504. OLE color: 4212504.

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

Color convert

RGB 24 71 64 -
CMYK 0.66 0 0.10 0.72
HSL 171.06º 0.49% 0.19% -
HSV(B) 171.06º 0.66% 0.28% -
XYZ 3.56 5.07 5.64 -
YUV 56.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 24 71 64 0.66 0 0.10 0.72 171.06 0.49 0.19
Hex 18 47 40 42 0 A 48 AB 31 13
Octal 30 107 100 102 0 12 110 253 61 23
Binary 11000 1000111 1000000 1000010 0 1010 1001000 10101011 110001 10011

Color Harmonies of #184740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184740

Black with #184740

Text Example


Text Example

White with #184740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184740; }

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

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

background-color css

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

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

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

border-color css

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

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

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