Html Css Color HEX #104E49 Cyprus

📋 copy color: '#104E49'

red 16 ◦ green 78 ◦ blue 73

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

Shades of Cyprus #104E49

Tints of Cyprus #104E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 43.71%

R = 9.58%
G = 46.71%
B = 43.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#104E49 (or 0x104E49) is known color: Cyprus. HEX triplet: 10, 4E and 49. RGB value is (16,78,73). Sum of RGB (Red+Green+Blue) = 16+78+73=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #104E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E49 is #EFB1B6. Grayscale: #3A3A3A. Windows color (decimal): -15708599 or 4804112. OLE color: 4804112.

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

Color convert

RGB 16 78 73 -
CMYK 0.79 0 0.06 0.69
HSL 175.16º 0.66% 0.18% -
HSV(B) 175.16º 0.79% 0.31% -
XYZ 4.14 6.04 7.25 -
YUV 58.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 16 78 73 0.79 0 0.06 0.69 175.16 0.66 0.18
Hex 10 4E 49 4F 0 6 45 AF 42 12
Octal 20 116 111 117 0 6 105 257 102 22
Binary 10000 1001110 1001001 1001111 0 110 1000101 10101111 1000010 10010

Color Harmonies of #104E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104E49

Black with #104E49

Text Example


Text Example

White with #104E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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