Html Css Color HEX #185449 Deep Teal

📋 copy color: '#185449'

red 24 ◦ green 84 ◦ blue 73

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

Shades of Deep Teal #185449

Tints of Deep Teal #185449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

 BLUE value IS 73 (28.91% from 255) = 40.33%

R = 13.26%
G = 46.41%
B = 40.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#185449 (or 0x185449) is known color: Deep Teal. HEX triplet: 18, 54 and 49. RGB value is (24,84,73). Sum of RGB (Red+Green+Blue) = 24+84+73=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #185449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185449 is #E7ABB6. Grayscale: #404040. Windows color (decimal): -15182775 or 4805656. OLE color: 4805656.

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

Color convert

RGB 24 84 73 -
CMYK 0.71 0 0.13 0.67
HSL 169º 0.56% 0.21% -
HSV(B) 169º 0.71% 0.33% -
XYZ 4.75 7.02 7.41 -
YUV 64.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 24 84 73 0.71 0 0.13 0.67 169 0.56 0.21
Hex 18 54 49 47 0 D 43 A9 38 15
Octal 30 124 111 107 0 15 103 251 70 25
Binary 11000 1010100 1001001 1000111 0 1101 1000011 10101001 111000 10101

Color Harmonies of #185449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185449

Black with #185449

Text Example


Text Example

White with #185449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185449; }

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

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

background-color css

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

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

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

border-color css

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

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

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