Html Css Color HEX #104E47 Cyprus

📋 copy color: '#104E47'

red 16 ◦ green 78 ◦ blue 71

#104E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #104E47

Tints of Cyprus #104E47

RGB

 RED value IS 16 (6.64% from 255) = 9.7%

 GREEN value IS 78 (30.86% from 255) = 47.27%

 BLUE value IS 71 (28.13% from 255) = 43.03%

R = 9.7%
G = 47.27%
B = 43.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#104E47 (or 0x104E47) is known color: Cyprus. HEX triplet: 10, 4E and 47. RGB value is (16,78,71). Sum of RGB (Red+Green+Blue) = 16+78+71=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #104E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E47 is #EFB1B8. Grayscale: #3A3A3A. Windows color (decimal): -15708601 or 4673040. OLE color: 4673040.

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

Color convert

RGB 16 78 71 -
CMYK 0.79 0 0.09 0.69
HSL 173.23º 0.66% 0.18% -
HSV(B) 173.23º 0.79% 0.31% -
XYZ 4.08 6.01 6.91 -
YUV 58.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 16 78 71 0.79 0 0.09 0.69 173.23 0.66 0.18
Hex 10 4E 47 4F 0 9 45 AD 42 12
Octal 20 116 107 117 0 11 105 255 102 22
Binary 10000 1001110 1000111 1001111 0 1001 1000101 10101101 1000010 10010

Color Harmonies of #104E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104E47

Black with #104E47

Text Example


Text Example

White with #104E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #104E47;
 }
 .AnyTagClassName
 {
   color: #104E47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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