#155353

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

Shades of Cyprus #155353

Tints of Cyprus #155353

Color information

#155353 (or 0x155353) is unknown color: approx Cyprus. HEX triplet: 15, 53 and 53. RGB value is (21,83,83). Sum of RGB (Red+Green+Blue) = 21+83+83=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #155353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155353 is #EAACAC. Grayscale: #404040. Windows color (decimal): -15379629 or 5460757. OLE color: 5460757.

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

Color convert

RGB218383-
CMYK0.75000.67
HSL180º59.62%20.39%-
HSV(B)180º74.7%32.55%-
XYZ4.966.979.27-
YUV64.46138.4697-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=11.23%
G=44.39%
B=44.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183830.75000.6718059.6220.39
Hex1553534B0043b43c14
Octal25123123113001032647424
Binary101011010011101001110010110010000111011010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155353; }

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

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

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

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

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

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

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

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