Html Css Color HEX #184942 Deep Teal

📋 copy color: '#184942'

red 24 ◦ green 73 ◦ blue 66

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

Shades of Deep Teal #184942

Tints of Deep Teal #184942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.79%

 BLUE value IS 66 (26.17% from 255) = 40.49%

R = 14.72%
G = 44.79%
B = 40.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#184942 (or 0x184942) is known color: Deep Teal. HEX triplet: 18, 49 and 42. RGB value is (24,73,66). Sum of RGB (Red+Green+Blue) = 24+73+66=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #184942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184942 is #E7B6BD. Grayscale: #393939. Windows color (decimal): -15185598 or 4344088. OLE color: 4344088.

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

Color convert

RGB 24 73 66 -
CMYK 0.67 0 0.10 0.71
HSL 171.43º 0.51% 0.19% -
HSV(B) 171.43º 0.67% 0.29% -
XYZ 3.74 5.35 5.99 -
YUV 57.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 24 73 66 0.67 0 0.10 0.71 171.43 0.51 0.19
Hex 18 49 42 43 0 A 47 AB 33 13
Octal 30 111 102 103 0 12 107 253 63 23
Binary 11000 1001001 1000010 1000011 0 1010 1000111 10101011 110011 10011

Color Harmonies of #184942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184942

Black with #184942

Text Example


Text Example

White with #184942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184942; }

 p { color: rgb(24,73,66); }

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

background-color css

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

 a { background-color: rgb(24,73,66); }

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

border-color css

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

 span { border-color: rgb(24,73,66); }

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