#154F47

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

Shades of Cyprus #154F47

Tints of Cyprus #154F47

Color information

#154F47 (or 0x154F47) is unknown color: approx Cyprus. HEX triplet: 15, 4F and 47. RGB value is (21,79,71). Sum of RGB (Red+Green+Blue) = 21+79+71=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #154F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F47 is #EAB0B8. Grayscale: #3C3C3C. Windows color (decimal): -15380665 or 4673301. OLE color: 4673301.

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

Color convert

RGB217971-
CMYK0.7300.100.69
HSL171.72º58%19.61%-
HSV(B)171.72º73.42%30.98%-
XYZ4.246.216.94-
YUV60.75133.7899.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 79 (31.25% from 255) = 46.20%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=12.28%
G=46.20%
B=41.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2179710.7300.100.69171.725819.61
Hex154F47490A45ac3a14
Octal251171071110121052547224
Binary101011001111100011110010010101010001011010110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,79,71); }

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

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

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

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

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

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

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