#104B42

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

Shades of Cyprus #104B42

Tints of Cyprus #104B42

Color information

#104B42 (or 0x104B42) is unknown color: approx Cyprus. HEX triplet: 10, 4B and 42. RGB value is (16,75,66). Sum of RGB (Red+Green+Blue) = 16+75+66=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #104B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B42 is #EFB4BD. Grayscale: #383838. Windows color (decimal): -15709374 or 4344592. OLE color: 4344592.

HSL color Cylindrical-coordinate representation of color #104B42: hue angle of 170.85º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104B42 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB167566-
CMYK0.7900.120.71
HSL170.85º64.84%17.84%-
HSV(B)170.85º78.67%29.41%-
XYZ3.715.546.03-
YUV56.33133.4599.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 75 (29.69% from 255) = 47.77%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=10.19%
G=47.77%
B=42.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675660.7900.120.71170.8564.8417.84
Hex104B424F0C47ab4112
Octal2011310211701410725310122
Binary1000010010111000010100111101100100011110101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,75,66); }

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

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

 a { background-color: rgb(16,75,66); }

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

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

 span { border-color: rgb(16,75,66); }

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