#185055

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

Shades of Teal Blue #185055

Tints of Teal Blue #185055

Color information

#185055 (or 0x185055) is unknown color: approx Teal Blue. HEX triplet: 18, 50 and 55. RGB value is (24,80,85). Sum of RGB (Red+Green+Blue) = 24+80+85=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #185055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185055 is #E7AFAA. Grayscale: #3F3F3F. Windows color (decimal): -15183787 or 5591064. OLE color: 5591064.

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

Color convert

RGB248085-
CMYK0.720.0600.67
HSL184.92º55.96%21.37%-
HSV(B)184.92º71.76%33.33%-
XYZ4.896.599.61-
YUV63.83139.9599.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 80 (31.64% from 255) = 42.33%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=12.70%
G=42.33%
B=44.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2480850.720.0600.67184.9255.9621.37
Hex185055486043b93815
Octal30120125110601032717025
Binary11000101000010101011001000110010000111011100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185055; }

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

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

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

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

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

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

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

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