#114647

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

Shades of Cyprus #114647

Tints of Cyprus #114647

Color information

#114647 (or 0x114647) is unknown color: approx Cyprus. HEX triplet: 11, 46 and 47. RGB value is (17,70,71). Sum of RGB (Red+Green+Blue) = 17+70+71=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #114647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114647 is #EEB9B8. Grayscale: #363636. Windows color (decimal): -15645113 or 4670993. OLE color: 4670993.

HSL color Cylindrical-coordinate representation of color #114647: hue angle of 181.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114647 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB177071-
CMYK0.760.0100.72
HSL181.11º61.36%17.25%-
HSV(B)181.11º76.06%27.84%-
XYZ3.564.956.73-
YUV54.27137.44101.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 70 (27.73% from 255) = 44.30%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=10.76%
G=44.30%
B=44.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1770710.760.0100.72181.1161.3617.25
Hex1146474C1048b53d11
Octal21106107114101102657521
Binary100011000110100011110011001010010001011010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114647; }

 p { color: rgb(17,70,71); }

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

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

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

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

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

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

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