#104E4A

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

Shades of Cyprus #104E4A

Tints of Cyprus #104E4A

Color information

#104E4A (or 0x104E4A) is unknown color: approx Cyprus. HEX triplet: 10, 4E and 4A. RGB value is (16,78,74). Sum of RGB (Red+Green+Blue) = 16+78+74=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #104E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E4A is #EFB1B5. Grayscale: #3A3A3A. Windows color (decimal): -15708598 or 4869648. OLE color: 4869648.

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

Color convert

RGB167874-
CMYK0.7900.050.69
HSL176.13º65.96%18.43%-
HSV(B)176.13º79.49%30.59%-
XYZ4.176.057.43-
YUV59.01136.4697.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=9.52%
G=46.43%
B=44.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1678740.7900.050.69176.1365.9618.43
Hex104E4A4F0545b04212
Octal201161121170510526010222
Binary100001001110100101010011110101100010110110000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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