#104E4D

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

Shades of Cyprus #104E4D

Tints of Cyprus #104E4D

Color information

#104E4D (or 0x104E4D) is unknown color: approx Cyprus. HEX triplet: 10, 4E and 4D. RGB value is (16,78,77). Sum of RGB (Red+Green+Blue) = 16+78+77=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #104E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E4D is #EFB1B2. Grayscale: #3B3B3B. Windows color (decimal): -15708595 or 5066256. OLE color: 5066256.

HSL color Cylindrical-coordinate representation of color #104E4D: hue angle of 179.03º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E4D is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB167877-
CMYK0.7900.010.69
HSL179.03º65.96%18.43%-
HSV(B)179.03º79.49%30.59%-
XYZ4.286.097.97-
YUV59.35137.9697.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=9.36%
G=45.61%
B=45.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1678770.7900.010.69179.0365.9618.43
Hex104E4D4F0145b34212
Octal201161151170110526310222
Binary1000010011101001101100111101100010110110011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,78,77); }

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

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

 a { background-color: rgb(16,78,77); }

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

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

 span { border-color: rgb(16,78,77); }

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