#155351

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

Shades of Cyprus #155351

Tints of Cyprus #155351

Color information

#155351 (or 0x155351) is unknown color: approx Cyprus. HEX triplet: 15, 53 and 51. RGB value is (21,83,81). Sum of RGB (Red+Green+Blue) = 21+83+81=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #155351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155351 is #EAACAE. Grayscale: #404040. Windows color (decimal): -15379631 or 5329685. OLE color: 5329685.

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

Color convert

RGB218381-
CMYK0.7500.020.67
HSL178.06º59.62%20.39%-
HSV(B)178.06º74.7%32.55%-
XYZ4.896.948.87-
YUV64.23137.4697.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=11.35%
G=44.86%
B=43.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183810.7500.020.67178.0659.6220.39
Hex1553514B0243b23c14
Octal25123121113021032627424
Binary1010110100111010001100101101010000111011001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155351; }

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

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

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

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

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

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

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

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