#184856

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

Shades of Teal Blue #184856

Tints of Teal Blue #184856

Color information

#184856 (or 0x184856) is unknown color: approx Teal Blue. HEX triplet: 18, 48 and 56. RGB value is (24,72,86). Sum of RGB (Red+Green+Blue) = 24+72+86=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #184856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184856 is #E7B7A9. Grayscale: #3B3B3B. Windows color (decimal): -15185834 or 5654552. OLE color: 5654552.

HSL color Cylindrical-coordinate representation of color #184856: hue angle of 193.55º 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 #184856 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB247286-
CMYK0.720.1600.66
HSL193.55º56.36%21.57%-
HSV(B)193.55º72.09%33.73%-
XYZ4.375.59.64-
YUV59.24143.1102.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.19%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=13.19%
G=39.56%
B=47.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2472860.720.1600.66193.5556.3621.57
Hex1848564810042c23816
Octal301101261102001023027026
Binary1100010010001010110100100010000010000101100001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184856; }

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

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

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

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

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

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

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

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