#154850

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

Shades of Cyprus #154850

Tints of Cyprus #154850

Color information

#154850 (or 0x154850) is unknown color: approx Cyprus. HEX triplet: 15, 48 and 50. RGB value is (21,72,80). Sum of RGB (Red+Green+Blue) = 21+72+80=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #154850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154850 is #EAB7AF. Grayscale: #393939. Windows color (decimal): -15382448 or 5261333. OLE color: 5261333.

HSL color Cylindrical-coordinate representation of color #154850: hue angle of 188.14º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #154850 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB217280-
CMYK0.740.1000.69
HSL188.14º58.42%19.8%-
HSV(B)188.14º73.75%31.37%-
XYZ4.075.378.41-
YUV57.66140.6101.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=12.14%
G=41.62%
B=46.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2172800.740.1000.69188.1458.4219.8
Hex1548504AA045bc3a14
Octal251101201121201052747224
Binary101011001000101000010010101010010001011011110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154850; }

 p { color: rgb(21,72,80); }

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

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

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

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

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

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

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