#105350

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

Shades of Cyprus #105350

Tints of Cyprus #105350

Color information

#105350 (or 0x105350) is unknown color: approx Cyprus. HEX triplet: 10, 53 and 50. RGB value is (16,83,80). Sum of RGB (Red+Green+Blue) = 16+83+80=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #105350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105350 is #EFACAF. Grayscale: #3E3E3E. Windows color (decimal): -15707312 or 5264144. OLE color: 5264144.

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

Color convert

RGB168380-
CMYK0.8100.040.67
HSL177.31º67.68%19.41%-
HSV(B)177.31º80.72%32.55%-
XYZ4.756.888.67-
YUV62.62137.894.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 83 (32.81% from 255) = 46.37%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=8.94%
G=46.37%
B=44.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1683800.8100.040.67177.3167.6819.41
Hex105350510443b14413
Octal201231201210410326110423
Binary100001010011101000010100010100100001110110001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105350; }

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

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

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

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

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

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

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

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