#185151

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

Shades of Cyprus #185151

Tints of Cyprus #185151

Color information

#185151 (or 0x185151) is unknown color: approx Cyprus. HEX triplet: 18, 51 and 51. RGB value is (24,81,81). Sum of RGB (Red+Green+Blue) = 24+81+81=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #185151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185151 is #E7AEAE. Grayscale: #3F3F3F. Windows color (decimal): -15183535 or 5329176. OLE color: 5329176.

HSL color Cylindrical-coordinate representation of color #185151: hue angle of 180º 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 #185151 is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB248181-
CMYK0.70000.68
HSL180º54.29%20.59%-
HSV(B)180º70.37%31.76%-
XYZ4.86.678.82-
YUV63.96137.6299.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 81 (32.03% from 255) = 43.55%
R=12.90%
G=43.55%
B=43.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481810.70000.6818054.2920.59
Hex185151460044b43615
Octal30121121106001042646625
Binary110001010001101000110001100010001001011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185151; }

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

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

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

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

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

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

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

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