Html Css Color HEX #184C59 Teal Blue

📋 copy color: '#184C59'

red 24 ◦ green 76 ◦ blue 89

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

Shades of Teal Blue #184C59

Tints of Teal Blue #184C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.21%

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

R = 12.7%
G = 40.21%
B = 47.09%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#184C59 (or 0x184C59) is known color: Teal Blue. HEX triplet: 18, 4C and 59. RGB value is (24,76,89). Sum of RGB (Red+Green+Blue) = 24+76+89=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #184C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C59 is #E7B3A6. Grayscale: #3D3D3D. Windows color (decimal): -15184807 or 5852184. OLE color: 5852184.

HSL color Cylindrical-coordinate representation of color #184C59: hue angle of 192º 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 #184C59 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 76 89 -
CMYK 0.73 0.15 0 0.65
HSL 192º 0.58% 0.22% -
HSV(B) 192º 0.73% 0.35% -
XYZ 4.76 6.08 10.37 -
YUV 61.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 24 76 89 0.73 0.15 0 0.65 192 0.58 0.22
Hex 18 4C 59 49 F 0 41 C0 3A 16
Octal 30 114 131 111 17 0 101 300 72 26
Binary 11000 1001100 1011001 1001001 1111 0 1000001 11000000 111010 10110

Color Harmonies of #184C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184C59

Black with #184C59

Text Example


Text Example

White with #184C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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