#185246

Color #185246 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #185246

Tints of Deep Teal #185246

Color information

#185246 (or 0x185246) is unknown color: approx Deep Teal. HEX triplet: 18, 52 and 46. RGB value is (24,82,70). Sum of RGB (Red+Green+Blue) = 24+82+70=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #185246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185246 is #E7ADB9. Grayscale: #3F3F3F. Windows color (decimal): -15183290 or 4608536. OLE color: 4608536.

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

Color convert

RGB248270-
CMYK0.7100.150.68
HSL167.59º54.72%20.78%-
HSV(B)167.59º70.73%32.16%-
XYZ4.56.676.84-
YUV63.29131.7899.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=13.64%
G=46.59%
B=39.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2482700.7100.150.68167.5954.7220.78
Hex185246470F44a83715
Octal301221061070171042506725
Binary110001010010100011010001110111110001001010100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185246; }

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

 H1.HeaderClassName
 {
   color: #185246;
 }
 .AnyTagClassName
 {
   color: #185246;
 }
</style>
background-color css

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

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

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

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

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

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