#154D53

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

Shades of Cyprus #154D53

Tints of Cyprus #154D53

Color information

#154D53 (or 0x154D53) is unknown color: approx Cyprus. HEX triplet: 15, 4D and 53. RGB value is (21,77,83). Sum of RGB (Red+Green+Blue) = 21+77+83=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #154D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D53 is #EAB2AC. Grayscale: #3C3C3C. Windows color (decimal): -15381165 or 5459221. OLE color: 5459221.

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

Color convert

RGB217783-
CMYK0.750.0700.67
HSL185.81º59.62%20.39%-
HSV(B)185.81º74.7%32.55%-
XYZ4.526.099.12-
YUV60.94140.4599.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 77 (30.47% from 255) = 42.54%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=11.60%
G=42.54%
B=45.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2177830.750.0700.67185.8159.6220.39
Hex154D534B7043ba3c14
Octal25115123113701032727424
Binary10101100110110100111001011111010000111011101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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