Html Css Color HEX #184842 Deep Teal

📋 copy color: '#184842'

red 24 ◦ green 72 ◦ blue 66

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

Shades of Deep Teal #184842

Tints of Deep Teal #184842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

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

R = 14.81%
G = 44.44%
B = 40.74%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#184842 (or 0x184842) is known color: Deep Teal. HEX triplet: 18, 48 and 42. RGB value is (24,72,66). Sum of RGB (Red+Green+Blue) = 24+72+66=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #184842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184842 is #E7B7BD. Grayscale: #383838. Windows color (decimal): -15185854 or 4343832. OLE color: 4343832.

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

Color convert

RGB 24 72 66 -
CMYK 0.67 0 0.08 0.72
HSL 172.5º 0.5% 0.19% -
HSV(B) 172.5º 0.67% 0.28% -
XYZ 3.68 5.22 5.97 -
YUV 56.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 24 72 66 0.67 0 0.08 0.72 172.5 0.5 0.19
Hex 18 48 42 43 0 8 48 AC 32 13
Octal 30 110 102 103 0 10 110 254 62 23
Binary 11000 1001000 1000010 1000011 0 1000 1001000 10101100 110010 10011

Color Harmonies of #184842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184842

Black with #184842

Text Example


Text Example

White with #184842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184842; }

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

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

background-color css

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

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

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

border-color css

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

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

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