#155151

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

Shades of Cyprus #155151

Tints of Cyprus #155151

Color information

#155151 (or 0x155151) is unknown color: approx Cyprus. HEX triplet: 15, 51 and 51. RGB value is (21,81,81). Sum of RGB (Red+Green+Blue) = 21+81+81=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #155151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155151 is #EAAEAE. Grayscale: #3F3F3F. Windows color (decimal): -15380143 or 5329173. OLE color: 5329173.

HSL color Cylindrical-coordinate representation of color #155151: hue angle of 180º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155151 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB218181-
CMYK0.74000.68
HSL180º58.82%20%-
HSV(B)180º74.07%31.76%-
XYZ4.746.648.82-
YUV63.06138.1298-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 81 (32.03% from 255) = 44.26%
R=11.48%
G=44.26%
B=44.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2181810.74000.6818058.8220
Hex1551514A0044b43b14
Octal25121121112001042647324
Binary101011010001101000110010100010001001011010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155151; }

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

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

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

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

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

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

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

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