#154948

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

Shades of Cyprus #154948

Tints of Cyprus #154948

Color information

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

HSL color Cylindrical-coordinate representation of color #154948: hue angle of 178.85º 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 #154948 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB217372-
CMYK0.7100.010.71
HSL178.85º55.32%18.43%-
HSV(B)178.85º71.23%28.63%-
XYZ3.865.396.97-
YUV57.34136.27102.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2173720.7100.010.71178.8555.3218.43
Hex154948470147b33712
Octal25111110107011072636722
Binary101011001001100100010001110110001111011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154948; }

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

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

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

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

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

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

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

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