#155155

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

Shades of Cyprus #155155

Tints of Cyprus #155155

Color information

#155155 (or 0x155155) is unknown color: approx Cyprus. HEX triplet: 15, 51 and 55. RGB value is (21,81,85). Sum of RGB (Red+Green+Blue) = 21+81+85=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #155155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155155 is #EAAEAA. Grayscale: #3F3F3F. Windows color (decimal): -15380139 or 5591317. OLE color: 5591317.

HSL color Cylindrical-coordinate representation of color #155155: hue angle of 183.75º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155155 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB218185-
CMYK0.750.0500.67
HSL183.75º60.38%20.78%-
HSV(B)183.75º75.29%33.33%-
XYZ4.896.79.63-
YUV63.52140.1297.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=11.23%
G=43.32%
B=45.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2181850.750.0500.67183.7560.3820.78
Hex1551554B5043b83c15
Octal25121125113501032707425
Binary10101101000110101011001011101010000111011100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155155; }

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

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

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

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

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

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

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

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