#154C46

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

Shades of Cyprus #154C46

Tints of Cyprus #154C46

Color information

#154C46 (or 0x154C46) is unknown color: approx Cyprus. HEX triplet: 15, 4C and 46. RGB value is (21,76,70). Sum of RGB (Red+Green+Blue) = 21+76+70=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #154C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C46 is #EAB3B9. Grayscale: #3A3A3A. Windows color (decimal): -15381434 or 4606997. OLE color: 4606997.

HSL color Cylindrical-coordinate representation of color #154C46: hue angle of 173.45º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154C46 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB217670-
CMYK0.7200.080.70
HSL173.45º56.7%19.02%-
HSV(B)173.45º72.37%29.8%-
XYZ45.776.7-
YUV58.87134.28100.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 76 (30.08% from 255) = 45.51%
BLUE value IS 70 (27.73% from 255) = 41.92%
R=12.57%
G=45.51%
B=41.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2176700.7200.080.70173.4556.719.02
Hex154C46480846ad3913
Octal251141061100101062557123
Binary101011001100100011010010000100010001101010110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,76,70); }

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

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

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

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

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

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

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