#185448

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

Shades of Deep Teal #185448

Tints of Deep Teal #185448

Color information

#185448 (or 0x185448) is unknown color: approx Deep Teal. HEX triplet: 18, 54 and 48. RGB value is (24,84,72). Sum of RGB (Red+Green+Blue) = 24+84+72=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #185448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185448 is #E7ABB7. Grayscale: #404040. Windows color (decimal): -15182776 or 4740120. OLE color: 4740120.

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

Color convert

RGB248472-
CMYK0.7100.140.67
HSL168º55.56%21.18%-
HSV(B)168º71.43%32.94%-
XYZ4.7277.23-
YUV64.69132.1298.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.33%
GREEN value IS 84 (33.20% from 255) = 46.67%
BLUE value IS 72 (28.52% from 255) = 40%
R=13.33%
G=46.67%
B=40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484720.7100.140.6716855.5621.18
Hex185448470E43a83815
Octal301241101070161032507025
Binary110001010100100100010001110111010000111010100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185448; }

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

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

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

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

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

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

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

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