Html Css Color HEX #184953 Teal Blue

📋 copy color: '#184953'

red 24 ◦ green 73 ◦ blue 83

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

Shades of Teal Blue #184953

Tints of Teal Blue #184953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.56%

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

R = 13.33%
G = 40.56%
B = 46.11%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#184953 (or 0x184953) is known color: Teal Blue. HEX triplet: 18, 49 and 53. RGB value is (24,73,83). Sum of RGB (Red+Green+Blue) = 24+73+83=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #184953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184953 is #E7B6AC. Grayscale: #3B3B3B. Windows color (decimal): -15185581 or 5458200. OLE color: 5458200.

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

Color convert

RGB 24 73 83 -
CMYK 0.71 0.12 0 0.67
HSL 190.17º 0.55% 0.21% -
HSV(B) 190.17º 0.71% 0.33% -
XYZ 4.32 5.58 9.03 -
YUV 59.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 24 73 83 0.71 0.12 0 0.67 190.17 0.55 0.21
Hex 18 49 53 47 C 0 43 BE 37 15
Octal 30 111 123 107 14 0 103 276 67 25
Binary 11000 1001001 1010011 1000111 1100 0 1000011 10111110 110111 10101

Color Harmonies of #184953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184953

Black with #184953

Text Example


Text Example

White with #184953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184953; }

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

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

background-color css

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

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

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

border-color css

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

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

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