#154D50

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

Shades of Cyprus #154D50

Tints of Cyprus #154D50

Color information

#154D50 (or 0x154D50) is unknown color: approx Cyprus. HEX triplet: 15, 4D and 50. RGB value is (21,77,80). Sum of RGB (Red+Green+Blue) = 21+77+80=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #154D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D50 is #EAB2AF. Grayscale: #3C3C3C. Windows color (decimal): -15381168 or 5262613. OLE color: 5262613.

HSL color Cylindrical-coordinate representation of color #154D50: hue angle of 183.05º 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 #154D50 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB217780-
CMYK0.740.0400.69
HSL183.05º58.42%19.8%-
HSV(B)183.05º73.75%31.37%-
XYZ4.416.058.52-
YUV60.6138.9599.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 77 (30.47% from 255) = 43.26%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=11.80%
G=43.26%
B=44.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2177800.740.0400.69183.0558.4219.8
Hex154D504A4045b73a14
Octal25115120112401052677224
Binary10101100110110100001001010100010001011011011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154D50; }

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

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

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

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

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

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

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

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