Html Css Color HEX #185247 Deep Teal

📋 copy color: '#185247'

red 24 ◦ green 82 ◦ blue 71

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

Shades of Deep Teal #185247

Tints of Deep Teal #185247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.11%

R = 13.56%
G = 46.33%
B = 40.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#185247 (or 0x185247) is known color: Deep Teal. HEX triplet: 18, 52 and 47. RGB value is (24,82,71). Sum of RGB (Red+Green+Blue) = 24+82+71=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #185247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185247 is #E7ADB8. Grayscale: #3F3F3F. Windows color (decimal): -15183289 or 4674072. OLE color: 4674072.

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

Color convert

RGB 24 82 71 -
CMYK 0.71 0 0.13 0.68
HSL 168.62º 0.55% 0.21% -
HSV(B) 168.62º 0.71% 0.32% -
XYZ 4.53 6.68 7.01 -
YUV 63.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 24 82 71 0.71 0 0.13 0.68 168.62 0.55 0.21
Hex 18 52 47 47 0 D 44 A9 37 15
Octal 30 122 107 107 0 15 104 251 67 25
Binary 11000 1010010 1000111 1000111 0 1101 1000100 10101001 110111 10101

Color Harmonies of #185247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185247

Black with #185247

Text Example


Text Example

White with #185247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185247; }

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

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

background-color css

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

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

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

border-color css

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

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

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