#114142

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

Shades of Cyprus #114142

Tints of Cyprus #114142

Color information

#114142 (or 0x114142) is unknown color: approx Cyprus. HEX triplet: 11, 41 and 42. RGB value is (17,65,66). Sum of RGB (Red+Green+Blue) = 17+65+66=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 66 - color contains mainly: blue. Hex color #114142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114142 is #EEBEBD. Grayscale: #323232. Windows color (decimal): -15646398 or 4342033. OLE color: 4342033.

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

Color convert

RGB176566-
CMYK0.740.0200.74
HSL181.22º59.04%16.27%-
HSV(B)181.22º74.24%25.88%-
XYZ3.14.295.82-
YUV50.76136.6103.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 66 (26.17% from 255) = 44.59%
R=11.49%
G=43.92%
B=44.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1765660.740.0200.74181.2259.0416.27
Hex1141424A204Ab53b10
Octal21101102112201122657320
Binary1000110000011000010100101010010010101011010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114142; }

 p { color: rgb(17,65,66); }

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

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

 a { background-color: rgb(17,65,66); }

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

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

 span { border-color: rgb(17,65,66); }

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