#154848

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

Shades of Cyprus #154848

Tints of Cyprus #154848

Color information

#154848 (or 0x154848) is unknown color: approx Cyprus. HEX triplet: 15, 48 and 48. RGB value is (21,72,72). Sum of RGB (Red+Green+Blue) = 21+72+72=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #154848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154848 is #EAB7B7. Grayscale: #383838. Windows color (decimal): -15382456 or 4737045. OLE color: 4737045.

HSL color Cylindrical-coordinate representation of color #154848: hue angle of 180º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154848 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB217272-
CMYK0.71000.72
HSL180º54.84%18.24%-
HSV(B)180º70.83%28.24%-
XYZ3.85.266.95-
YUV56.75136.6102.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=12.73%
G=43.64%
B=43.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172720.71000.7218054.8418.24
Hex154848470048b43712
Octal25110110107001102646722
Binary101011001000100100010001110010010001011010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154848; }

 p { color: rgb(21,72,72); }

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

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

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

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

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

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

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