Html Css Color HEX #184741 Deep Teal

📋 copy color: '#184741'

red 24 ◦ green 71 ◦ blue 65

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

Shades of Deep Teal #184741

Tints of Deep Teal #184741

RGB

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

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

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

R = 15%
G = 44.38%
B = 40.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#184741 (or 0x184741) is known color: Deep Teal. HEX triplet: 18, 47 and 41. RGB value is (24,71,65). Sum of RGB (Red+Green+Blue) = 24+71+65=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #184741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184741 is #E7B8BE. Grayscale: #383838. Windows color (decimal): -15186111 or 4278040. OLE color: 4278040.

HSL color Cylindrical-coordinate representation of color #184741: hue angle of 172.34º 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 #184741 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 71 65 -
CMYK 0.66 0 0.08 0.72
HSL 172.34º 0.49% 0.19% -
HSV(B) 172.34º 0.66% 0.28% -
XYZ 3.58 5.08 5.79 -
YUV 56.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 24 71 65 0.66 0 0.08 0.72 172.34 0.49 0.19
Hex 18 47 41 42 0 8 48 AC 31 13
Octal 30 107 101 102 0 10 110 254 61 23
Binary 11000 1000111 1000001 1000010 0 1000 1001000 10101100 110001 10011

Color Harmonies of #184741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184741

Black with #184741

Text Example


Text Example

White with #184741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184741; }

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

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

background-color css

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

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

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

border-color css

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

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

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