Html Css Color HEX #184D59 Teal Blue

📋 copy color: '#184D59'

red 24 ◦ green 77 ◦ blue 89

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

Shades of Teal Blue #184D59

Tints of Teal Blue #184D59

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.53%

 BLUE value IS 89 (35.16% from 255) = 46.84%

R = 12.63%
G = 40.53%
B = 46.84%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#184D59 (or 0x184D59) is known color: Teal Blue. HEX triplet: 18, 4D and 59. RGB value is (24,77,89). Sum of RGB (Red+Green+Blue) = 24+77+89=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #184D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D59 is #E7B2A6. Grayscale: #3E3E3E. Windows color (decimal): -15184551 or 5852440. OLE color: 5852440.

HSL color Cylindrical-coordinate representation of color #184D59: hue angle of 191.08º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184D59 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 77 89 -
CMYK 0.73 0.13 0 0.65
HSL 191.08º 0.58% 0.22% -
HSV(B) 191.08º 0.73% 0.35% -
XYZ 4.83 6.22 10.4 -
YUV 62.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 24 77 89 0.73 0.13 0 0.65 191.08 0.58 0.22
Hex 18 4D 59 49 D 0 41 BF 3A 16
Octal 30 115 131 111 15 0 101 277 72 26
Binary 11000 1001101 1011001 1001001 1101 0 1000001 10111111 111010 10110

Color Harmonies of #184D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184D59

Black with #184D59

Text Example


Text Example

White with #184D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184D59; }

 p { color: rgb(24,77,89); }

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

background-color css

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

 a { background-color: rgb(24,77,89); }

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

border-color css

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

 span { border-color: rgb(24,77,89); }

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