Html Css Color HEX #104740 Cyprus

📋 copy color: '#104740'

red 16 ◦ green 71 ◦ blue 64

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

Shades of Cyprus #104740

Tints of Cyprus #104740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.02%

 BLUE value IS 64 (25.39% from 255) = 42.38%

R = 10.6%
G = 47.02%
B = 42.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#104740 (or 0x104740) is known color: Cyprus. HEX triplet: 10, 47 and 40. RGB value is (16,71,64). Sum of RGB (Red+Green+Blue) = 16+71+64=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #104740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104740 is #EFB8BF. Grayscale: #353535. Windows color (decimal): -15710400 or 4212496. OLE color: 4212496.

HSL color Cylindrical-coordinate representation of color #104740: hue angle of 172.36º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104740 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 64 -
CMYK 0.77 0 0.10 0.72
HSL 172.36º 0.63% 0.17% -
HSV(B) 172.36º 0.77% 0.28% -
XYZ 3.39 4.99 5.63 -
YUV 53.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 16 71 64 0.77 0 0.10 0.72 172.36 0.63 0.17
Hex 10 47 40 4D 0 A 48 AC 3F 11
Octal 20 107 100 115 0 12 110 254 77 21
Binary 10000 1000111 1000000 1001101 0 1010 1001000 10101100 111111 10001

Color Harmonies of #104740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104740

Black with #104740

Text Example


Text Example

White with #104740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104740; }

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

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

background-color css

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

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

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

border-color css

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

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

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