#184655

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

Shades of Teal Blue #184655

Tints of Teal Blue #184655

Color information

#184655 (or 0x184655) is unknown color: approx Teal Blue. HEX triplet: 18, 46 and 55. RGB value is (24,70,85). Sum of RGB (Red+Green+Blue) = 24+70+85=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #184655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184655 is #E7B9AA. Grayscale: #393939. Windows color (decimal): -15186347 or 5588504. OLE color: 5588504.

HSL color Cylindrical-coordinate representation of color #184655: hue angle of 194.75º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184655 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB247085-
CMYK0.720.1800.67
HSL194.75º55.96%21.37%-
HSV(B)194.75º71.76%33.33%-
XYZ4.215.239.38-
YUV57.96143.26103.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=13.41%
G=39.11%
B=47.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2470850.720.1800.67194.7555.9621.37
Hex1846554812043c33815
Octal301061251102201033037025
Binary1100010001101010101100100010010010000111100001111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184655; }

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

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

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

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

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

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

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

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