#104F4D

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

Shades of Cyprus #104F4D

Tints of Cyprus #104F4D

Color information

#104F4D (or 0x104F4D) is unknown color: approx Cyprus. HEX triplet: 10, 4F and 4D. RGB value is (16,79,77). Sum of RGB (Red+Green+Blue) = 16+79+77=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #104F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F4D is #EFB0B2. Grayscale: #3B3B3B. Windows color (decimal): -15708339 or 5066512. OLE color: 5066512.

HSL color Cylindrical-coordinate representation of color #104F4D: hue angle of 178.1º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F4D is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB167977-
CMYK0.8000.030.69
HSL178.1º66.32%18.63%-
HSV(B)178.1º79.75%30.98%-
XYZ4.356.248-
YUV59.93137.6396.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.30%
GREEN value IS 79 (31.25% from 255) = 45.93%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=9.30%
G=45.93%
B=44.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1679770.8000.030.69178.166.3218.63
Hex104F4D500345b24213
Octal201171151200310526210223
Binary10000100111110011011010000011100010110110010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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