#115351

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

Shades of Cyprus #115351

Tints of Cyprus #115351

Color information

#115351 (or 0x115351) is unknown color: approx Cyprus. HEX triplet: 11, 53 and 51. RGB value is (17,83,81). Sum of RGB (Red+Green+Blue) = 17+83+81=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #115351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115351 is #EEACAE. Grayscale: #3E3E3E. Windows color (decimal): -15641775 or 5329681. OLE color: 5329681.

HSL color Cylindrical-coordinate representation of color #115351: hue angle of 178.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115351 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB178381-
CMYK0.8000.020.67
HSL178.18º66%19.61%-
HSV(B)178.18º79.52%32.55%-
XYZ4.816.98.86-
YUV63.04138.1395.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 81 (32.03% from 255) = 44.75%
R=9.39%
G=45.86%
B=44.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1783810.8000.020.67178.186619.61
Hex115351500243b24214
Octal211231211200210326210224
Binary10001101001110100011010000010100001110110010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115351; }

 p { color: rgb(17,83,81); }

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

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

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

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

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

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

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