#114C4C

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

Shades of Cyprus #114C4C

Tints of Cyprus #114C4C

Color information

#114C4C (or 0x114C4C) is unknown color: approx Cyprus. HEX triplet: 11, 4C and 4C. RGB value is (17,76,76). Sum of RGB (Red+Green+Blue) = 17+76+76=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: green, blue. Hex color #114C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C4C is #EEB3B3. Grayscale: #3A3A3A. Windows color (decimal): -15643572 or 5000209. OLE color: 5000209.

HSL color Cylindrical-coordinate representation of color #114C4C: hue angle of 180º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C4C is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB177676-
CMYK0.78000.70
HSL180º63.44%18.24%-
HSV(B)180º77.63%29.8%-
XYZ4.125.817.74-
YUV58.36137.9598.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.06%
GREEN value IS 76 (30.08% from 255) = 44.97%
BLUE value IS 76 (30.08% from 255) = 44.97%
R=10.06%
G=44.97%
B=44.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1776760.78000.7018063.4418.24
Hex114C4C4E0046b43f12
Octal21114114116001062647722
Binary100011001100100110010011100010001101011010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114C4C; }

 p { color: rgb(17,76,76); }

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

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

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

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

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

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

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