#155550

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

Shades of Cyprus #155550

Tints of Cyprus #155550

Color information

#155550 (or 0x155550) is unknown color: approx Cyprus. HEX triplet: 15, 55 and 50. RGB value is (21,85,80). Sum of RGB (Red+Green+Blue) = 21+85+80=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #155550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155550 is #EAAAAF. Grayscale: #414141. Windows color (decimal): -15379120 or 5264661. OLE color: 5264661.

HSL color Cylindrical-coordinate representation of color #155550: hue angle of 175.31º 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 #155550 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB218580-
CMYK0.7500.060.67
HSL175.31º60.38%20.78%-
HSV(B)175.31º75.29%33.33%-
XYZ5.017.248.72-
YUV65.29136.396.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=11.29%
G=45.70%
B=43.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185800.7500.060.67175.3160.3820.78
Hex1555504B0643af3c15
Octal25125120113061032577425
Binary10101101010110100001001011011010000111010111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155550; }

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

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

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

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

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

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

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

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