#114A4A

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

Shades of Cyprus #114A4A

Tints of Cyprus #114A4A

Color information

#114A4A (or 0x114A4A) is unknown color: approx Cyprus. HEX triplet: 11, 4A and 4A. RGB value is (17,74,74). Sum of RGB (Red+Green+Blue) = 17+74+74=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #114A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A4A is #EEB5B5. Grayscale: #383838. Windows color (decimal): -15644086 or 4868625. OLE color: 4868625.

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

Color convert

RGB177474-
CMYK0.77000.71
HSL180º62.64%17.84%-
HSV(B)180º77.03%29.02%-
XYZ3.925.517.34-
YUV56.96137.6299.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=10.30%
G=44.85%
B=44.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1774740.77000.7118062.6417.84
Hex114A4A4D0047b43f12
Octal21112112115001072647722
Binary100011001010100101010011010010001111011010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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