#115353

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

Shades of Cyprus #115353

Tints of Cyprus #115353

Color information

#115353 (or 0x115353) is unknown color: approx Cyprus. HEX triplet: 11, 53 and 53. RGB value is (17,83,83). Sum of RGB (Red+Green+Blue) = 17+83+83=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #115353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115353 is #EEACAC. Grayscale: #3F3F3F. Windows color (decimal): -15641773 or 5460753. OLE color: 5460753.

HSL color Cylindrical-coordinate representation of color #115353: hue angle of 180º 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 #115353 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB178383-
CMYK0.80000.67
HSL180º66%19.61%-
HSV(B)180º79.52%32.55%-
XYZ4.896.939.26-
YUV63.27139.1395-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=9.29%
G=45.36%
B=45.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1783830.80000.671806619.61
Hex115353500043b44214
Octal211231231200010326410224
Binary1000110100111010011101000000100001110110100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115353; }

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

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

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

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

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

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

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

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