#185551

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

Shades of Cyprus #185551

Tints of Cyprus #185551

Color information

#185551 (or 0x185551) is unknown color: approx Cyprus. HEX triplet: 18, 55 and 51. RGB value is (24,85,81). Sum of RGB (Red+Green+Blue) = 24+85+81=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #185551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185551 is #E7AAAE. Grayscale: #424242. Windows color (decimal): -15182511 or 5330200. OLE color: 5330200.

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

Color convert

RGB248581-
CMYK0.7200.050.67
HSL176.07º55.96%21.37%-
HSV(B)176.07º71.76%33.33%-
XYZ5.117.298.92-
YUV66.3136.2997.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=12.63%
G=44.74%
B=42.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485810.7200.050.67176.0755.9621.37
Hex185551480543b03815
Octal30125121110051032607025
Binary11000101010110100011001000010110000111011000011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185551; }

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

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

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

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

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

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

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

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