#185248

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

Shades of Deep Teal #185248

Tints of Deep Teal #185248

Color information

#185248 (or 0x185248) is unknown color: approx Deep Teal. HEX triplet: 18, 52 and 48. RGB value is (24,82,72). Sum of RGB (Red+Green+Blue) = 24+82+72=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #185248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185248 is #E7ADB7. Grayscale: #3F3F3F. Windows color (decimal): -15183288 or 4739608. OLE color: 4739608.

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

Color convert

RGB248272-
CMYK0.7100.120.68
HSL169.66º54.72%20.78%-
HSV(B)169.66º70.73%32.16%-
XYZ4.566.77.18-
YUV63.52132.7899.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=13.48%
G=46.07%
B=40.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2482720.7100.120.68169.6654.7220.78
Hex185248470C44aa3715
Octal301221101070141042526725
Binary110001010010100100010001110110010001001010101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185248; }

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

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

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

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

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

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

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

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