Html Css Color HEX #184C58 Teal Blue

📋 copy color: '#184C58'

red 24 ◦ green 76 ◦ blue 88

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

Shades of Teal Blue #184C58

Tints of Teal Blue #184C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.81%

R = 12.77%
G = 40.43%
B = 46.81%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#184C58 (or 0x184C58) is known color: Teal Blue. HEX triplet: 18, 4C and 58. RGB value is (24,76,88). Sum of RGB (Red+Green+Blue) = 24+76+88=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #184C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C58 is #E7B3A7. Grayscale: #3D3D3D. Windows color (decimal): -15184808 or 5786648. OLE color: 5786648.

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

Color convert

RGB 24 76 88 -
CMYK 0.73 0.14 0 0.65
HSL 191.25º 0.57% 0.22% -
HSV(B) 191.25º 0.73% 0.35% -
XYZ 4.72 6.07 10.15 -
YUV 61.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 24 76 88 0.73 0.14 0 0.65 191.25 0.57 0.22
Hex 18 4C 58 49 E 0 41 BF 39 16
Octal 30 114 130 111 16 0 101 277 71 26
Binary 11000 1001100 1011000 1001001 1110 0 1000001 10111111 111001 10110

Color Harmonies of #184C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184C58

Black with #184C58

Text Example


Text Example

White with #184C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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