#135750

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

Shades of Cyprus #135750

Tints of Cyprus #135750

Color information

#135750 (or 0x135750) is unknown color: approx Cyprus. HEX triplet: 13, 57 and 50. RGB value is (19,87,80). Sum of RGB (Red+Green+Blue) = 19+87+80=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 87 - color contains mainly: green. Hex color #135750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135750 is #ECA8AF. Grayscale: #414141. Windows color (decimal): -15509680 or 5265171. OLE color: 5265171.

HSL color Cylindrical-coordinate representation of color #135750: hue angle of 173.82º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135750 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB198780-
CMYK0.7800.080.66
HSL173.82º64.15%20.78%-
HSV(B)173.82º78.16%34.12%-
XYZ5.127.538.77-
YUV65.87135.9794.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 87 (34.38% from 255) = 46.77%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=10.22%
G=46.77%
B=43.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1987800.7800.080.66173.8264.1520.78
Hex1357504E0842ae4015
Octal2312712011601010225610025
Binary1001110101111010000100111001000100001010101110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135750; }

 p { color: rgb(19,87,80); }

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

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

 a { background-color: rgb(19,87,80); }

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

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

 span { border-color: rgb(19,87,80); }

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