#185155

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

Shades of Cyprus #185155

Tints of Cyprus #185155

Color information

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

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

Color convert

RGB248185-
CMYK0.720.0500.67
HSL183.93º55.96%21.37%-
HSV(B)183.93º71.76%33.33%-
XYZ4.966.739.63-
YUV64.41139.6299.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2481850.720.0500.67183.9355.9621.37
Hex185155485043b83815
Octal30121125110501032707025
Binary11000101000110101011001000101010000111011100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185155; }

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

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

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

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

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

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

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

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