Html Css Color HEX #184D53 Teal Blue

📋 copy color: '#184D53'

red 24 ◦ green 77 ◦ blue 83

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

Shades of Teal Blue #184D53

Tints of Teal Blue #184D53

RGB

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

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

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

R = 13.04%
G = 41.85%
B = 45.11%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#184D53 (or 0x184D53) is known color: Teal Blue. HEX triplet: 18, 4D and 53. RGB value is (24,77,83). Sum of RGB (Red+Green+Blue) = 24+77+83=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #184D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D53 is #E7B2AC. Grayscale: #3D3D3D. Windows color (decimal): -15184557 or 5459224. OLE color: 5459224.

HSL color Cylindrical-coordinate representation of color #184D53: hue angle of 186.1º 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 #184D53 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 77 83 -
CMYK 0.71 0.07 0 0.67
HSL 186.1º 0.55% 0.21% -
HSV(B) 186.1º 0.71% 0.33% -
XYZ 4.59 6.13 9.12 -
YUV 61.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 24 77 83 0.71 0.07 0 0.67 186.1 0.55 0.21
Hex 18 4D 53 47 7 0 43 BA 37 15
Octal 30 115 123 107 7 0 103 272 67 25
Binary 11000 1001101 1010011 1000111 111 0 1000011 10111010 110111 10101

Color Harmonies of #184D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184D53

Black with #184D53

Text Example


Text Example

White with #184D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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