#104B50

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

Shades of Cyprus #104B50

Tints of Cyprus #104B50

Color information

#104B50 (or 0x104B50) is unknown color: approx Cyprus. HEX triplet: 10, 4B and 50. RGB value is (16,75,80). Sum of RGB (Red+Green+Blue) = 16+75+80=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #104B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B50 is #EFB4AF. Grayscale: #393939. Windows color (decimal): -15709360 or 5262096. OLE color: 5262096.

HSL color Cylindrical-coordinate representation of color #104B50: hue angle of 184.69º 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 #104B50 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB167580-
CMYK0.800.0600.69
HSL184.69º66.67%18.82%-
HSV(B)184.69º80%31.37%-
XYZ4.185.728.47-
YUV57.93140.4598.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=9.36%
G=43.86%
B=46.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1675800.800.0600.69184.6966.6718.82
Hex104B50506045b94313
Octal201131201206010527110323
Binary100001001011101000010100001100100010110111001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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