#154C47

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

Shades of Cyprus #154C47

Tints of Cyprus #154C47

Color information

#154C47 (or 0x154C47) is unknown color: approx Cyprus. HEX triplet: 15, 4C and 47. RGB value is (21,76,71). Sum of RGB (Red+Green+Blue) = 21+76+71=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #154C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C47 is #EAB3B8. Grayscale: #3A3A3A. Windows color (decimal): -15381433 or 4672533. OLE color: 4672533.

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

Color convert

RGB217671-
CMYK0.7200.070.70
HSL174.55º56.7%19.02%-
HSV(B)174.55º72.37%29.8%-
XYZ4.035.786.87-
YUV58.98134.78100.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 76 (30.08% from 255) = 45.24%
BLUE value IS 71 (28.12% from 255) = 42.26%
R=12.5%
G=45.24%
B=42.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2176710.7200.070.70174.5556.719.02
Hex154C47480746af3913
Octal25114107110071062577123
Binary10101100110010001111001000011110001101010111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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