Html Css Color HEX #184139 Deep Teal

📋 copy color: '#184139'

red 24 ◦ green 65 ◦ blue 57

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

Shades of Deep Teal #184139

Tints of Deep Teal #184139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.52%

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

R = 16.44%
G = 44.52%
B = 39.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#184139 (or 0x184139) is known color: Deep Teal. HEX triplet: 18, 41 and 39. RGB value is (24,65,57). Sum of RGB (Red+Green+Blue) = 24+65+57=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #184139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184139 is #E7BEC6. Grayscale: #333333. Windows color (decimal): -15187655 or 3752216. OLE color: 3752216.

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

Color convert

RGB 24 65 57 -
CMYK 0.63 0 0.12 0.75
HSL 168.29º 0.46% 0.17% -
HSV(B) 168.29º 0.63% 0.25% -
XYZ 3.01 4.27 4.54 -
YUV 51.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 24 65 57 0.63 0 0.12 0.75 168.29 0.46 0.17
Hex 18 41 39 3F 0 C 4B A8 2E 11
Octal 30 101 71 77 0 14 113 250 56 21
Binary 11000 1000001 111001 111111 0 1100 1001011 10101000 101110 10001

Color Harmonies of #184139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184139

Black with #184139

Text Example


Text Example

White with #184139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184139; }

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

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

background-color css

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

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

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

border-color css

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

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

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