Html Css Color HEX #184039 Deep Teal

📋 copy color: '#184039'

red 24 ◦ green 64 ◦ blue 57

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

Shades of Deep Teal #184039

Tints of Deep Teal #184039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.14%

 BLUE value IS 57 (22.66% from 255) = 39.31%

R = 16.55%
G = 44.14%
B = 39.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#184039 (or 0x184039) is known color: Deep Teal. HEX triplet: 18, 40 and 39. RGB value is (24,64,57). Sum of RGB (Red+Green+Blue) = 24+64+57=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #184039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184039 is #E7BFC6. Grayscale: #333333. Windows color (decimal): -15187911 or 3751960. OLE color: 3751960.

HSL color Cylindrical-coordinate representation of color #184039: hue angle of 169.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #184039 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 64 57 -
CMYK 0.62 0 0.11 0.75
HSL 169.5º 0.45% 0.17% -
HSV(B) 169.5º 0.63% 0.25% -
XYZ 2.95 4.16 4.52 -
YUV 51.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 24 64 57 0.62 0 0.11 0.75 169.5 0.45 0.17
Hex 18 40 39 3E 0 B 4B AA 2D 11
Octal 30 100 71 76 0 13 113 252 55 21
Binary 11000 1000000 111001 111110 0 1011 1001011 10101010 101101 10001

Color Harmonies of #184039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184039

Black with #184039

Text Example


Text Example

White with #184039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184039; }

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

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

background-color css

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

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

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

border-color css

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

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

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