#184956

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

Shades of Teal Blue #184956

Tints of Teal Blue #184956

Color information

#184956 (or 0x184956) is unknown color: approx Teal Blue. HEX triplet: 18, 49 and 56. RGB value is (24,73,86). Sum of RGB (Red+Green+Blue) = 24+73+86=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #184956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184956 is #E7B6A9. Grayscale: #3B3B3B. Windows color (decimal): -15185578 or 5654808. OLE color: 5654808.

HSL color Cylindrical-coordinate representation of color #184956: hue angle of 192.58º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184956 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB247386-
CMYK0.720.1500.66
HSL192.58º56.36%21.57%-
HSV(B)192.58º72.09%33.73%-
XYZ4.445.639.66-
YUV59.83142.77102.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 86 (33.98% from 255) = 46.99%
R=13.11%
G=39.89%
B=46.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2473860.720.1500.66192.5856.3621.57
Hex18495648F042c13816
Octal301111261101701023017026
Binary110001001001101011010010001111010000101100000111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184956; }

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

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

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

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

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

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

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

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