#154D54

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

Shades of Cyprus #154D54

Tints of Cyprus #154D54

Color information

#154D54 (or 0x154D54) is unknown color: approx Cyprus. HEX triplet: 15, 4D and 54. RGB value is (21,77,84). Sum of RGB (Red+Green+Blue) = 21+77+84=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #154D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D54 is #EAB2AB. Grayscale: #3C3C3C. Windows color (decimal): -15381164 or 5524757. OLE color: 5524757.

HSL color Cylindrical-coordinate representation of color #154D54: hue angle of 186.67º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154D54 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB217784-
CMYK0.750.0800.67
HSL186.67º60%20.59%-
HSV(B)186.67º75%32.94%-
XYZ4.566.119.33-
YUV61.05140.9599.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 77 (30.47% from 255) = 42.31%
BLUE value IS 84 (33.20% from 255) = 46.15%
R=11.54%
G=42.31%
B=46.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2177840.750.0800.67186.676020.59
Hex154D544B8043bb3c15
Octal251151241131001032737425
Binary101011001101101010010010111000010000111011101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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