#185051

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

Shades of Cyprus #185051

Tints of Cyprus #185051

Color information

#185051 (or 0x185051) is unknown color: approx Cyprus. HEX triplet: 18, 50 and 51. RGB value is (24,80,81). Sum of RGB (Red+Green+Blue) = 24+80+81=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #185051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185051 is #E7AFAE. Grayscale: #3F3F3F. Windows color (decimal): -15183791 or 5328920. OLE color: 5328920.

HSL color Cylindrical-coordinate representation of color #185051: hue angle of 181.05º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185051 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB248081-
CMYK0.700.0100.68
HSL181.05º54.29%20.59%-
HSV(B)181.05º70.37%31.76%-
XYZ4.736.538.79-
YUV63.37137.9599.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=12.97%
G=43.24%
B=43.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2480810.700.0100.68181.0554.2920.59
Hex185051461044b53615
Octal30120121106101042656625
Binary110001010000101000110001101010001001011010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185051; }

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

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

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

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

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

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

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

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