#155650

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

Shades of Cyprus #155650

Tints of Cyprus #155650

Color information

#155650 (or 0x155650) is unknown color: approx Cyprus. HEX triplet: 15, 56 and 50. RGB value is (21,86,80). Sum of RGB (Red+Green+Blue) = 21+86+80=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #155650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155650 is #EAA9AF. Grayscale: #414141. Windows color (decimal): -15378864 or 5264917. OLE color: 5264917.

HSL color Cylindrical-coordinate representation of color #155650: hue angle of 174.46º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155650 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB218680-
CMYK0.7600.070.66
HSL174.46º60.75%20.98%-
HSV(B)174.46º75.58%33.73%-
XYZ5.097.398.75-
YUV65.88135.9795.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 86 (33.98% from 255) = 45.99%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=11.23%
G=45.99%
B=42.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186800.7600.070.66174.4660.7520.98
Hex1556504C0742ae3d15
Octal25126120114071022567525
Binary10101101011010100001001100011110000101010111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155650; }

 p { color: rgb(21,86,80); }

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

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

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

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

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

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

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