#154849

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

Shades of Cyprus #154849

Tints of Cyprus #154849

Color information

#154849 (or 0x154849) is unknown color: approx Cyprus. HEX triplet: 15, 48 and 49. RGB value is (21,72,73). Sum of RGB (Red+Green+Blue) = 21+72+73=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #154849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154849 is #EAB7B6. Grayscale: #383838. Windows color (decimal): -15382455 or 4802581. OLE color: 4802581.

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

Color convert

RGB217273-
CMYK0.710.0100.71
HSL181.15º55.32%18.43%-
HSV(B)181.15º71.23%28.63%-
XYZ3.835.287.12-
YUV56.86137.1102.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=12.65%
G=43.37%
B=43.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2172730.710.0100.71181.1555.3218.43
Hex154849471047b53712
Octal25110111107101072656722
Binary101011001000100100110001111010001111011010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154849; }

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

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

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

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

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

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

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

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