#154C49

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

Shades of Cyprus #154C49

Tints of Cyprus #154C49

Color information

#154C49 (or 0x154C49) is unknown color: approx Cyprus. HEX triplet: 15, 4C and 49. RGB value is (21,76,73). Sum of RGB (Red+Green+Blue) = 21+76+73=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #154C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C49 is #EAB3B6. Grayscale: #3B3B3B. Windows color (decimal): -15381431 or 4803605. OLE color: 4803605.

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

Color convert

RGB217673-
CMYK0.7200.040.70
HSL176.73º56.7%19.02%-
HSV(B)176.73º72.37%29.8%-
XYZ4.15.817.21-
YUV59.21135.78100.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 76 (30.08% from 255) = 44.71%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=12.35%
G=44.71%
B=42.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2176730.7200.040.70176.7356.719.02
Hex154C49480446b13913
Octal25114111110041062617123
Binary10101100110010010011001000010010001101011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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