Html Css Color HEX #185249 Deep Teal

📋 copy color: '#185249'

red 24 ◦ green 82 ◦ blue 73

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

Shades of Deep Teal #185249

Tints of Deep Teal #185249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.81%

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

R = 13.41%
G = 45.81%
B = 40.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#185249 (or 0x185249) is known color: Deep Teal. HEX triplet: 18, 52 and 49. RGB value is (24,82,73). Sum of RGB (Red+Green+Blue) = 24+82+73=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #185249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185249 is #E7ADB6. Grayscale: #3F3F3F. Windows color (decimal): -15183287 or 4805144. OLE color: 4805144.

HSL color Cylindrical-coordinate representation of color #185249: hue angle of 170.69º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185249 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 82 73 -
CMYK 0.71 0 0.11 0.68
HSL 170.69º 0.55% 0.21% -
HSV(B) 170.69º 0.71% 0.32% -
XYZ 4.6 6.71 7.36 -
YUV 63.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 24 82 73 0.71 0 0.11 0.68 170.69 0.55 0.21
Hex 18 52 49 47 0 B 44 AB 37 15
Octal 30 122 111 107 0 13 104 253 67 25
Binary 11000 1010010 1001001 1000111 0 1011 1000100 10101011 110111 10101

Color Harmonies of #185249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185249

Black with #185249

Text Example


Text Example

White with #185249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185249; }

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

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

background-color css

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

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

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

border-color css

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

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

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