#105550

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

Shades of Cyprus #105550

Tints of Cyprus #105550

Color information

#105550 (or 0x105550) is unknown color: approx Cyprus. HEX triplet: 10, 55 and 50. RGB value is (16,85,80). Sum of RGB (Red+Green+Blue) = 16+85+80=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #105550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105550 is #EFAAAF. Grayscale: #3F3F3F. Windows color (decimal): -15706800 or 5264656. OLE color: 5264656.

HSL color Cylindrical-coordinate representation of color #105550: hue angle of 175.65º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105550 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB168580-
CMYK0.8100.060.67
HSL175.65º68.32%19.8%-
HSV(B)175.65º81.18%33.33%-
XYZ4.917.198.72-
YUV63.8137.1493.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=8.84%
G=46.96%
B=44.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1685800.8100.060.67175.6568.3219.8
Hex105550510643b04414
Octal201251201210610326010424
Binary100001010101101000010100010110100001110110000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105550; }

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

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

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

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

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

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

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

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