#104F50

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

Shades of Cyprus #104F50

Tints of Cyprus #104F50

Color information

#104F50 (or 0x104F50) is unknown color: approx Cyprus. HEX triplet: 10, 4F and 50. RGB value is (16,79,80). Sum of RGB (Red+Green+Blue) = 16+79+80=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #104F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F50 is #EFB0AF. Grayscale: #3C3C3C. Windows color (decimal): -15708336 or 5263120. OLE color: 5263120.

HSL color Cylindrical-coordinate representation of color #104F50: hue angle of 180.94º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F50 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB167980-
CMYK0.800.0100.69
HSL180.94º66.67%18.82%-
HSV(B)180.94º80%31.37%-
XYZ4.466.288.57-
YUV60.28139.1396.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 80 (31.64% from 255) = 45.71%
R=9.14%
G=45.14%
B=45.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1679800.800.0100.69180.9466.6718.82
Hex104F50501045b54313
Octal201171201201010526510323
Binary1000010011111010000101000010100010110110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104F50; }

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

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

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

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

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

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

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

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