Html Css Color HEX #184C53 Teal Blue

📋 copy color: '#184C53'

red 24 ◦ green 76 ◦ blue 83

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

Shades of Teal Blue #184C53

Tints of Teal Blue #184C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.36%

R = 13.11%
G = 41.53%
B = 45.36%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#184C53 (or 0x184C53) is known color: Teal Blue. HEX triplet: 18, 4C and 53. RGB value is (24,76,83). Sum of RGB (Red+Green+Blue) = 24+76+83=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #184C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C53 is #E7B3AC. Grayscale: #3D3D3D. Windows color (decimal): -15184813 or 5458968. OLE color: 5458968.

HSL color Cylindrical-coordinate representation of color #184C53: hue angle of 187.12º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #184C53 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 76 83 -
CMYK 0.71 0.08 0 0.67
HSL 187.12º 0.55% 0.21% -
HSV(B) 187.12º 0.71% 0.33% -
XYZ 4.52 5.99 9.1 -
YUV 61.25 140.27 101.43 -
System Red Green Blue C M Y K H S L
Decimal 24 76 83 0.71 0.08 0 0.67 187.12 0.55 0.21
Hex 18 4C 53 47 8 0 43 BB 37 15
Octal 30 114 123 107 10 0 103 273 67 25
Binary 11000 1001100 1010011 1000111 1000 0 1000011 10111011 110111 10101

Color Harmonies of #184C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184C53

Black with #184C53

Text Example


Text Example

White with #184C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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