Html Css Color HEX #184943 Deep Teal

📋 copy color: '#184943'

red 24 ◦ green 73 ◦ blue 67

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

Shades of Deep Teal #184943

Tints of Deep Teal #184943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 40.85%

R = 14.63%
G = 44.51%
B = 40.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#184943 (or 0x184943) is known color: Deep Teal. HEX triplet: 18, 49 and 43. RGB value is (24,73,67). Sum of RGB (Red+Green+Blue) = 24+73+67=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #184943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184943 is #E7B6BC. Grayscale: #393939. Windows color (decimal): -15185597 or 4409624. OLE color: 4409624.

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

Color convert

RGB 24 73 67 -
CMYK 0.67 0 0.08 0.71
HSL 172.65º 0.51% 0.19% -
HSV(B) 172.65º 0.67% 0.29% -
XYZ 3.77 5.36 6.15 -
YUV 57.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 24 73 67 0.67 0 0.08 0.71 172.65 0.51 0.19
Hex 18 49 43 43 0 8 47 AD 33 13
Octal 30 111 103 103 0 10 107 255 63 23
Binary 11000 1001001 1000011 1000011 0 1000 1000111 10101101 110011 10011

Color Harmonies of #184943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184943

Black with #184943

Text Example


Text Example

White with #184943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184943; }

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

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

background-color css

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

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

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

border-color css

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

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

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