#104143

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

Shades of Cyprus #104143

Tints of Cyprus #104143

Color information

#104143 (or 0x104143) is unknown color: approx Cyprus. HEX triplet: 10, 41 and 43. RGB value is (16,65,67). Sum of RGB (Red+Green+Blue) = 16+65+67=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #104143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104143 is #EFBEBC. Grayscale: #323232. Windows color (decimal): -15711933 or 4407568. OLE color: 4407568.

HSL color Cylindrical-coordinate representation of color #104143: hue angle of 182.35º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104143 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB166567-
CMYK0.760.0300.74
HSL182.35º61.45%16.27%-
HSV(B)182.35º76.12%26.27%-
XYZ3.124.35.98-
YUV50.58137.27103.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 67 (26.56% from 255) = 45.27%
R=10.81%
G=43.92%
B=45.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1665670.760.0300.74182.3561.4516.27
Hex1041434C304Ab63d10
Octal20101103114301122667520
Binary1000010000011000011100110011010010101011011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104143; }

 p { color: rgb(16,65,67); }

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

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

 a { background-color: rgb(16,65,67); }

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

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

 span { border-color: rgb(16,65,67); }

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